搜索资源列表
sobel
- sobel filter for image in c
ImageProcessing.rar
- 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
imageview
- 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
compare_of_edge_detect_methods
- 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
_CHSobel_
- sobel filter example . Edge extraction method which used for basic image processing.
data
- Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
sobel_filter
- 实现sobel滤波,在simulink中用第四篇builder实现-complete a sobel filter
Sobel
- Sobel Image Filter C6416
sobel
- SOBEL FILTER IN VHDL
sobelfilter
- this the source of sobel filter -this is the source of sobel filter
filterSobel
- sobel filter for image processing
gaussiansobel
- guassian sobel filter for image processing
gaussian-sobel-pyramid
- 对图像进行高斯滤波后再提取边缘 对图像进行金字塔各层图像进行sobel提取边缘。 内附有原图,处理后的效果图及程序结果说明。-Gaussian filter and the image edge extraction layers of the image pyramid image sobel edge extraction. Enclosed is the original deal with the effects of plans and procedures after the
edge-sobel
- to detect edge using sobel filter
sobel_filter.m
- SOBEL FILTER FUNCTION
sobel_filter_ex
- this matlab file describe the sobel filter using matlab.
sobel-filter
- in this program we show image segmentation using sobel filter -in this program we show image segmentation using sobel filter
sobel and hboost filter
- The Sobel operator, sometimes called Sobel Filter, is used in image processing and computer vision, particularly within edge detection algorithms, and creates an image which emphasizes edges and transitions.
sobel
- sobel fillter for edge detector
CUDA-Sobel-Filter-master
- This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to