搜索资源列表
edgedetectiom
- 边缘检测的一个很好的软件,有LOG滤波器等一些滤波函数-edge detection of a very good software, and some other LOG filter filtering function.
edge_erode
- 采用%中值滤波%otsu 自动阈值计算%图像二值化%采用腐蚀的方法进行边缘检测-using median filter%% Otsu automatic threshold calculation% image binarization% of the corrosion methods Edge Detection
erode
- %中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%腐蚀处理
expand
- %中值滤波%otsu 自动阈值计算%利用4个方向的roberts和进行边缘提取,并二值化%膨胀处理
zft_junyun
- %中值滤波%直方图均匀化,均匀前后的边缘检测比较
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
图象处理集合
- 图象处理集合(对位图的处理)包括如下: 1.图象分析:图象分割和边缘检测 2.图象编、解码:huff,PCX,GIF,JPG等; 3.滤波处理:包含多种滤波器(高,低通,交互式带阻); 4.数学形态学:图象的腐蚀和膨胀,开、闭运算,图象的粗、细化等; 此外还有视图的编辑、灰度处理、图象恢复、小波分解和重构等等。-image processing pool (right bitmap processing) include the following : 1. Image analysis : S
DIPDemo
- 实现了图像处理常用的基本方法,包括直方图均衡,几何变换,空域滤波,2维快速傅里叶变换,图像复原,图像压缩,边缘检测等方法。-The image processing used to achieve the basic methods, including histogram equalization, geometric transformation, spatial filtering, two-dimensional fast Fourier transform, image restora
canny
- 包括图像的色彩平衡,高斯滤波,小波变换,边缘提取等图像的处理,下载可用-Image color balance, Gaussian filtering, wavelet transform, edge detection image processing, available for download
MATLABjichulizi
- matlab应用里面最基础的几个例子,包括坎尼边缘检测,中值滤波等。、-matlab application inside a few of the most basic examples, including the Canny edge detection, median filtering.and so on。
1
- 对图像的进行缩放,旋转,锐化,边缘提取,平滑,滤波的操作程序-Conducted for image scaling, rotating, sharpening, edge detection, smoothing, filtering operation procedures
2009302590101
- 该程序实现了raw 到bmp图像格式转换,实现了低通滤波,高通滤波,中值滤波等图像增强功能 可进行图像平移,缩放,旋转,边缘检测,二值化,并基于灰度进行模板匹配-The program to achieve raw to bmp image format conversion, low-pass filtering, high-pass filtering, median filtering, image enhancement feature image translation, scal
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
edgeblur
- 通过同台滤波和图像形态学进行图像人为边缘模糊检测-By the same stage of image filtering and image morphology artificially blurred edge detection
Lisence-location
- BMP图像的车牌定位,包括图像基本的预处理,灰度化,二值化,中值滤波,去噪以及sobel边缘检测的源码。-lisence plate location based on BMP
Desktop
- 图像的反转,灰度线性变换,非线性变换,直方图均衡化,中值滤波,梯度算子检测边缘等-The reversal of the image, the gray linear transformation and non-linear transformation, histogram equalization, median filtering, edge detection and so on, the gradient operator,
zishiyingzhongzhilvbo
- 自适应中值滤波能够效果中值滤波噪声的边缘模糊的问题-Edge adaptive median filter median filter noise can effect the vague question
cvpr09-defog(matlab)
- 描述引导滤波,是图像处理的一个比较重要的保护边缘去噪的滤波器。-Descr iption guided filtering is a very important protection for image processing edge denoising filter.
myImFilter
- 自己写的基于传统的Sobel算子的二维图像滤波器,返回滤波后的梯度图像及边缘检测图像。-Write your own based on the traditional Sobel operator dimensional image filter, images and gradient edge detection image return filtered.