搜索资源列表
mapdsp
- 在本实验中,小波函数采用Daubechies小波,取10阶消失矩的Daubechies滤波器。对图像数据进行一级小波变换并利用变换得到的数据进行图像重建。-In this experiment, the wavelet function using Daubechies wavelet, taking 10 first-order vanishing moments of the Daubechies filter. The image data, a wavelet transform to
Fingerprint
- 包括指纹图像的直方图、滤波、二值化、细化等一些流程,处理后的图像增强效果较明显!!! 具有通用性,也可以用在普通图像上,图像的某些区域增强效果明显。-Including the fingerprint image histogram, filtering, thresholding, thinning and some other processes, processed image enhancement effect more obvious! ! ! Generic, can a
wavetransfprm
- 小波变换 VC++的演示源代码,应用到了图像处理上,打开BMP图像 ,可以进行小波一次、二次、三次变换,也可以进行行列变换、滤波及反变换,这里不多说,源代码是最好的说明 。 -Wavelet Transform Demonstration VC++ source code, applied to image processing, open BMP images, can be wavelet once, twice, three times a transformation, the ra
opencv
- 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序.可以实现opencv图像滤波,opencv人脸角点检测,opencv运动跟踪程序-opencv
efinger
- 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-Finger Identification
MSFilter
- 用Visual C++实现了用Mean Shift算法进行图像滤波和分割,可以对灰度图像和彩色图像进行处理-Using Visual C++ implementation using Mean Shift algorithm for image filtering and segmentation, can be gray images and color image processing
两种滤波
- 滤波核心技术,可用于CT和各种图像滤波,FFT,RADON变换是核心(Filtering core technology, can be used for CT and various image filtering, FFT, RADON transform is the core)
中值滤波
- 对图像中值滤波,选择清晰的图像,叠加椒盐噪声,然后去噪(The image median filtering, denoising and superposition of the salt and pepper noise.)
ImageFiltering
- 图像滤波处理,c++实现,完整源代码,有详尽的注释,希望采纳(thank you for reading the resources ,it 's achieved by my friends and i hope it will be helpful to all of you.)
滤波反投影法程序
- 根据扫描后所得到的吸收点,可进行图像重建,得到原物体的图像(we can use this code to complete the function of picture restruction according to the points which is given .)
粒子滤波实现
- 基于VS2012+OpenCV3.0坏境下的粒子滤波实现的代码,可用于图像视频分析(Based on VS2012 + OpenCV3.0 particle filter under the conditions of the code can be used for image analysis)
waveletcdf97
- 9/7小波图像滤波,二维小波滤波快速分解重构(9/7 wavelet image filtering)
图像增强 (2)
- 图像增强,不均匀图像增强,Retinex算法,单尺度Retinex算法,同态滤波,(image enhancement,Retinex)
单幅图像去噪框架
- 一种改进的单幅图像去噪声算法,可以用于做图像滤波处理,可以用来发表论文(An improved single image denoising algorithm can be used for image filtering processing, which can be used to publish papers.)
维纳滤波复原
- 维纳滤波程序复原程序,维纳滤波又叫最小均方差滤波,它的目标是找到一个原图像f的估计图像f',使得它们之间的均方误差最小。(Wiener filtering program, which is called the minimum mean square variance filter, aims to find an estimated image F'of the original image like f, making the mean square error between them
matlab数字图像处理与识别
- 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theoretical knowledge, scientific re
Untitled4
- 基于MATLAB对散斑干涉图像进行低通滤波及二值化处理的编程(Programming for low pass filtering and two valued processing of speckle interference image based on MATLAB.)
线性滤波
- 线性低通滤波器最常用的是线性平滑滤波器,这种滤波器的所有系数都是正的,也称邻域平均。邻域平均减弱或消除了傅立叶变换的高频分量,对噪声的消除有所增强,但是由于平均而使图像变得更为模糊,细节的锐化程度逐渐减弱。 下面使用不同的平滑模板对图像进行滤波:(二维线性滤波fliter2)(The most commonly used linear low-pass filter is the linear smoothing filter, which has all the positive coeff
图像引导滤波 HE
- MATLAB实现的引导滤波程序,里面有例子demo(MATLAB guide filtering program, there is an example demo)
东北大学图像处理作业
- 东北大学图像处理课第一次作业,主要是双边滤波算法和最大熵复原算法,亲测可运行。其中内有相关的word文档,和分割效果图(the homework of image processing in northeastern university.it mainly included two algorithms about bilateral filering and max-weight entropy)