搜索资源列表
VC++中值滤波
- 数字图像中值滤波:数字图像处理常用算法,具体内容见Readme【《VisualC++/Matlab图像处理与识别案例精选》】。-digital image filtering : digital image processing algorithms used, the specific content [see readme "Visual C + + / Matlab image processing and recognition of selected cases"
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
project
- 数字图像处理中关于图像的读入,二值化,彩色图转换到灰度图。图像的反转。中值滤波,以及图像的增强等算法实现。
基于Matlab 7.0的指纹图像预处理
- 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
PLBP
- VC实现PLBP(分块LBP)算法,包括原始LBP算法,图像分块,中值滤波,统计直方图等具体功能-VC achieve PLBP (block LBP) algorithm, including the original LBP algorithm, the image block, median filtering, histogram and other specific functions
avefilt
- 图像滤波的算法,算法基础,易懂,适合初次接触图象滤波的人入门用-Getting Started with the image filtering algorithms, the algorithm foundation, easy to understand, for the initial contact image filtering
DG_AVE
- 视频图像的滤波,算法比较简单,可以有效的滤除掉图像的高斯噪声、椒盐噪声-Video image filtering algorithm is relatively simple, and can be eliminated effectively image Gaussian noise, salt and pepper noise
tuixiangzengqiang
- 均值滤波:把每个像素周围的8个像素来做均值操作,可以平滑图像,速度快,算法简单,但是无法去掉噪声,只能微弱的减弱它。-The mean filtering: 8 pixels around each pixel do mean, you can smooth image, fast and simple algorithm, but can not get rid of the noise, only faint weakened it.
Matlab-program-gray-edge-detection
- 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
corner-detection
- 数字图像处理 哈里斯脚点检测算法实现 图形界面完全 先高斯滤波 在监测角点-image processing Harris coner dection GUssian filter
daima
- 基于小波变换的图像数字水印算法研究 分析讨论了数字水印技术的基本原理、典型算法及数字水印的攻击方法,提出了一种基于离散小波变换的数字水印算法。该算法实现了基于小波变换的盲数字水印的嵌入和提取,提高了水印的安全性;将水印嵌入到原始图像离散小波变换的低频子带中,保证了算法的鲁棒性;利用人类视觉系统确定水印的嵌入强度,提高了水印的不可感知性。并在Matlab的环境下对该算法进行了实验。实验结果表明该算法对滤波、JPEG2000压缩等攻击手段具有较强的鲁棒性。-Image digital waterma
fdk
- 医学图像三维重建算法中比较简单使用的fdk算程序,该程序使用S-L滤波函数-The use of relatively simple FDK program for calculation of 3D reconstruction of medical images, the program uses the S-L filter function
1111
- matlab--巴特沃斯高通滤波算法来增强图像-Matlab, butterworth high pass filter algorithm to enhance image
filters
- 几种二维滤波算法的MATALB实现,以及图像RGB值得提取,高斯金字塔程序-MATALB realization of several two-dimensional filtering algorithms, as well as RGB value extracting, Gaussian pyramid program
katsevich-recreat
- 三维图像重建,采用多种滤波方法,实现三维图像重建,该算法效率比较高。目前已经应用到实际工程。-3-dim picture recreat,use filter method and project method to realise the recreating of 3 dim picture.it is a very effective method ,applied in the project.so I share it with you .
task_wiener_other
- 本程序是利用逆滤波,维纳滤波,LR算法对运动模糊图像以及加高斯白噪声的运动模糊图像进行处理,并比较其处理效果。-This procedure is the use of inverse filtering, Wiener filtering, LR algorithm for image motion blur and add Gaussian white noise motion blurred image processing, and compare its treatment effec
image-deblock-psw-algorithm
- 提出一种图像去噪的编码算法,基于滑动窗的有效图像去方块滤波算法(PSW)。-It presents an image denoising coding algorithm, sliding window based on the effective image deblocking filtering algorithm (PSW).
FBP算法
- CT滤波反投影图像重建算法的反投影计算量问题