搜索资源列表
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"
adpmedian
- 图像处理小程序,用matlab实现,用于平滑图像滤波等等。-small image processing procedures, using Matlab realized, for smoother image filtering and so on.
lessonresouse
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
Lineardiffusion
- 实数域内的图象扩散滤波程序,用MATLAB语言编写-real image of the region proliferation filtering procedures, using MATLAB language
ShockFilter
- 图象的冲击滤波程序,用于图象增强,用MATLAB语言编写-image filtering impact procedures for image enhancement, using MATLAB language
matlab-view
- matlab的 视觉 程序 可以带有一个高斯滤波-Matlab visual procedures with a Gaussian filter
imagefilterdemo
- Matlab图像滤波的源码,结合GUI,对于初学者,简单易用
blood-vesse
- 在matlab环境下的对图像滤波,一个高效的可以检测纹理的源码程序
基于Matlab 7.0的指纹图像预处理
- 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
W-Filter
- 程序包括有维纳滤波,中值滤波,高斯变换,DFT变换等等图像滤波源代码-Procedures include Wiener filtering, median filtering, Gaussian transform, DFT transform source image filtering, etc.
MATLABLowPassFilter
- Matlab实现低通滤波,帮助理解FIR滤波的实现过程,难得-Matlab low pass filter, helping to understand the realization of FIR filtering process, a rare
MedianBasedDetection
- 基于中值滤波器的红外弱小目标检测,以9*9为滤波窗口大小-Median filter-based infrared small target detection, to 9* 9 for the filtering window size
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
数字图像处理基础程序及运行结果图像matlab程序
- 实验一 MATLAB数字图像处理初步 3 实验二 图像的代数运算 实验三 图像增强—灰度变换 实验四 图像增强—直方图变换 实验五 图像增强—空域滤波 实验六 图像的傅立叶变换 实验七 图像增强—频域滤波 实验八 彩色图像处理 实验九 图像分割 实验十 形态学运算
matlab
- 这是一个小型数字图像处理系统。提供打开、保存、图形变换、空间滤波和直方图处理等功能。-This is a small digital image processing system. Provide open, save, graphics transformation, spatial filtering and histogram processing functions.
matlab
- 实现图像的二维处理 包括滤波 消除噪声-image pressing
cvpr09-defog(matlab)
- 描述引导滤波,是图像处理的一个比较重要的保护边缘去噪的滤波器。-Descr iption guided filtering is a very important protection for image processing edge denoising filter.
image-experiment-for-matlab
- 图像平滑滤波、频域低通滤波、陷波处理、直方图均衡化-Image filtering, frequency domain lowpass filter, notch processing, histogram equalization
matlab实现维纳滤波器
- matlab实现维纳滤波器,实现了自己的deconvwnr函数,对图像进行维纳滤波
bpf
- CT重建滤波反投影BPF算法,虽然可以用MATLAB直接实现,但原理需要写开代码才能看到。这个是一步一步写出的,但速度慢。(Although the back projection BPF algorithm of CT reconstruction filtering can be directly implemented by MATLAB, the principle needs to be written code to see. It's written step by step, b