Welcome![Sign In][Sign Up]
Location:
Search - Prewitt

Search list

[CSharpbianyuan

Description: C#下实现的多种边缘检测程序。包括Robert算子、Sobel算子、prewitt算子等-C# Under a variety of edge detection procedure. Including the Robert operator, Sobel operator, prewitt operator, etc.
Platform: | Size: 1619968 | Author: 石王春杰 | Hits:

[Graph programEdgeContour

Description: 本程序包括所有的边缘检测算法,实现了robert,sobel,prewitt,gauss边缘检测,hough变换检测水平直线,轮廓提取,种子填充等的功能,经典收藏啊!-This procedure includes all of the edge detection algorithm robert, sobel, prewitt, gauss edge detection, hough transform detection of the level of a straight line, contour extraction, seed fill function, classic collections ah!
Platform: | Size: 73728 | Author: 无梦 | Hits:

[Special EffectsBMPImage

Description: 本程序用MFC实现了灰度图像的处理,功能如下: 几何变换:平移、旋转、缩放; 点处理:线性变换、灰度拉伸、灰度直方图、直方图均衡; 可以给图像产生%3椒盐噪声; 图像的平滑:均值滤波(3X3)、超限中值滤波(3X3); 边缘检测:边缘检测局部算子法,包括Sobel算子、Prewitt算子、拉普拉斯算子; Fourier变换。-This procedure using MFC realize the gray-scale image processing, functions as follows: geometric transformations: translation, rotation, scaling point treatment: linear transformation, gray stretch, histogram, histogram equalization images can produce 3 Salt and Pepper Noise image smoothing: Mean Filter (3X3), transfinite median filter (3X3) Edge Detection: Edge Detection Operators local law, including the Sobel operator, Prewitt operator, Laplacian Fourier Transform.
Platform: | Size: 51200 | Author: 骆志军 | Hits:

[Special EffectsDIP

Description: 数字图像处理全解 包括均值滤波 Laplacian算子 Robert梯度 Sobel梯度 Prewitt梯度算子等-Digital image processing solutions include all-mean filter Laplacian operator Robert gradient Sobel gradient Prewitt gradient operator such as
Platform: | Size: 174080 | Author: roy | Hits:

[Special Effectsedge

Description: 可以对图像进行边缘检测 其中检测方法可以通过参数设置改变 LoG Sobel Canny Prewitt -Can image edge detection method which can detect changes in parameter settings LoG Sobel Canny Prewitt
Platform: | Size: 7168 | Author: 李鹏坤 | Hits:

[Windows DevelopEdgeDetection

Description: 一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。-A common edge detection function, by entering different parameters, can realize Sobel operator, Prewitt operator, Roberts operator, Marr operator and Canny edge detection. Design documents attached.
Platform: | Size: 592896 | Author: | Hits:

[Special Effectsedge

Description: 常见边缘检测算法,Sobel,Prewitt,LoG等-Common edge detection algorithm, Sobel, Prewitt, LoG, etc.
Platform: | Size: 7168 | Author: 郑一一 | Hits:

[Special Effectsedge

Description: 使用prewitt算子和sobel算子分别在垂直和水平方向进行检测,生成4幅分割图像-Using sobel operator and Prewitt operator, respectively, in the vertical and horizontal direction detection, image segmentation to generate 4
Platform: | Size: 3072 | Author: 萧然 | Hits:

[Graph Drawing1

Description: 在opencv下实现的prewitt边缘检测-Opencv achieved in the Prewitt edge detection
Platform: | Size: 87040 | Author: bing | Hits:

[Special EffectsLhfImage2

Description: 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge detection operator, Prewitt edge detection operator and the Gauss- Laplace Edge Operator
Platform: | Size: 3748864 | Author: 李慧芳 | Hits:

[Graph Recognizecompare_of_edge_detect_methods

Description: 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection operator. Gradient operator is simple, but accuracy is not high, only to detect the outline of the image generally, and for the more detailed the edge may be ignored. Prewitt and Sobel operator is better than Roberts effect. LOG filter and Canny operator detection better than gradient operator, can detect the edge of a smaller part of the image. Different systems for different environmental conditions and requirements, choose a suitable operator to image edge detection.
Platform: | Size: 156672 | Author: liujia | Hits:

[Special Effectsedge-detect-algorithm-comparison

Description: 边缘检测算法的比较,有susan算子,log算子,prewitt算子-Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
Platform: | Size: 1024 | Author: lh | Hits:

[Special Effectsedge_detector

Description: Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring their own matlab function compared
Platform: | Size: 4096 | Author: hq | Hits:

[Special Effectsedge

Description: 用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子-Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator
Platform: | Size: 2048 | Author: H.C. Young | Hits:

[Graph programEdgeDetect

Description: 图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
Platform: | Size: 1024 | Author: 陈路 | Hits:

[Special Effectsex4_061221015

Description: 实验内容:编制一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测-Experimental contents: the preparation of a generic edge detection function, by entering different parameters, to achieve Sobel operator, Prewitt operator, Roberts operator, Marr operator and Canny edge detection
Platform: | Size: 918528 | Author: da | Hits:

[Special Effectsedge

Description: sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
Platform: | Size: 46080 | Author: wct | Hits:

[Special EffectsEdgeDetectionandSegmentation

Description: 边缘特征提取。可以实现Prewitt Roberts Log Canny 四个算法。-Edge feature extraction. Can be achieved in four Prewitt Roberts Log Canny algorithm.
Platform: | Size: 7168 | Author: 臧超 | Hits:

[Special EffectsEdgeDetection

Description: 四种算子(sobel,prewitt,roberts,marr)进行图像边缘检测的matlab源码.-Operators of four (sobel, prewitt, roberts, marr) image edge detection matlab source.
Platform: | Size: 49152 | Author: refinebin | Hits:

[matlabedgeCheck

Description: 边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
Platform: | Size: 2048 | Author: Mark Li | Hits:
« 1 2 34 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net