Welcome![Sign In][Sign Up]
Location:
Search - prewitt operator

Search list

[matlab多种图像边缘检测与分割处理

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets
Platform: | Size: 41984 | Author: 何问宇 | Hits:

[SCM边缘检测与分割处理

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets
Platform: | Size: 46080 | Author: tian | Hits:

[Special EffectsedgeCheck.

Description: 一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
Platform: | Size: 254976 | Author: 胡雪飞 | Hits:

[Graph programbianyuanjianceyufenge

Description: 关于边缘检测、图像分割matlab源程序,Prewitt算子、LoG算子检测、阈值分割、水线阈值法分割、文字和非文字区分等-on edge detection, image segmentation Matlab source, Prewitt operator, Getting Operator detection, thresholding segmentation, subaqueous threshold method segmentation, textual and non-textual distinction
Platform: | Size: 41984 | Author: 杨爱萍 | Hits:

[matlabmatlab4

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 - Procedure code explanation P0401: Examines the picture with the Prewitt operator the edge P0402: Examines the picture with the different sigma value LoG operator the edge P0403: Examines the picture with the Canny operator the edge P0404: Picture threshold value division P0405: Divides the picture with the water line threshold value law P0406: Carries on to the matrix four forks the tree decomposition P0407: Divides into the writing and the non- writing two categories the picture P0408: The morphology gradient examines two values pictures the edge P0409: The morphology example 鈻♀枴deletes all electricity streamline from the PCB picture, only retains the chip object
Platform: | Size: 40960 | Author: 李明 | Hits:

[2D GraphicImageSharpness

Description: 拉普拉斯算子、Sobel算子和Prewitt算子对图像进行边缘、轮廓的检测-Laplace operator, Sobel Operator and Prewitt Operator right image edge contour detection
Platform: | Size: 3762176 | Author: 张德龙 | Hits:

[Special EffectsImageDIP2

Description: “区域分割”是采用并行区域分割算法中的阈值化分割算法,阈值的选取方法是迭代阈值选取方法。 “边缘检测”是采用Prewitt边缘检测算子对图像进行边缘检测运算,Prewitt边缘算子的核心是两个3×3的卷积核(corrvolution kernel。- Segmentation is a parallel region segmentation algorithm thresholding segmentation algorithm, threshold selection method is iterative threshold selection method. Edge Detection is the edge detection using Prewitt operator image edge detection operator, Prewitt edge operator is the core of the two 3 × 3 convolution of the nuclear (corrvolution kernel.
Platform: | Size: 336896 | Author: 王文会 | Hits:

[Special EffectsEdgContour

Description: 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour extraction, Edge Detection Operator : Robert operator, bobel operator, prewitt operator, kirsch operator, gauss- laplace operator. Hough line detection, contour extraction, seed testing and contour tracking.
Platform: | Size: 73728 | Author: 何再兴 | Hits:

[Software Engineeringgraph-roberts

Description: 本文介绍了边缘检测的基本概念.使用 VC实现了 Roberts算子、Prewitt算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测效果及抗噪能 力。-This paper introduces the edge detection of the underlying concepts. VC use the Roberts operator, Prewitt operator, Sobel operator and the Laplacian operator. Experimental Analysis of the various operator edge-detection and anti-noise capability.
Platform: | Size: 1051648 | Author: zsc | Hits:

[Special EffectsPreWitt_Edge

Description: 彩色图像的边缘检测的PreWitt算子,适用于应用程序编程和初学者。-Color Image Edge Detection PreWitt operator, applied to Application Programming and beginners.
Platform: | Size: 1024 | Author: | Hits:

[Special Effectsnewnew

Description: 本人亲手用C++builder编写的一个图像处理小程序,包含可执行文件和所有源码,在BCB6.0上调试通过。功能有图像灰度化、缩放、Sobel算子及prewitt算子实现边缘检测,还能根据颜色将图片的前景和背景分离。是学习图像处理编程的好东东。-I personally use C++ Builder to prepare an image processing applet that contains an executable file and all source code, adopted in BCB6.0 debugging. Function of image, zooming, Sobel operator and Prewitt operator realize edge detection, but also in accordance with the prospect of color pictures and background separation. Image processing is to learn good programming Dongdong.
Platform: | Size: 765952 | Author: gung66 | Hits:

[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:

[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 EffectsPrewitt

Description: 用Prewitt算子检测图像的边缘 用Prewitt算子检测图像的边缘-Prewitt operator with detection of image edge detection using Prewitt operator Edge
Platform: | Size: 38912 | 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: 使用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:

[DocumentsPREWITT

Description: prewitt改进的论文,很不错的毕业设计资料,建立在基于prewitt算子的研究上,很实用!-Prewitt improve the paper, very good graduation design information, the establishment of Prewitt operator based on the study, it is practical!
Platform: | Size: 794624 | Author: xiak | Hits:

[Special Effectsprewitt

Description: 通过prewitt算子,对图象进行一阶微分处理,达到图象增强的目的!-Through the Prewitt operator, one of image-order differential treatment to achieve the purpose of image enhancement!
Platform: | Size: 502784 | Author: 李华 | Hits:

[GDI-BitmapEdgeContour

Description: 边缘检测,轮廓检测,Sebel算子,高斯拉普拉斯算子,Robert算子,Prewitt算子,Kersch算子等,Hough变换,平行线检测,轮廓提取,种子填充,轮廓跟踪-Edge detection, contour detection, Sebel operator, Gaussian Laplacian, Robert operator, Prewitt operator, Kersch operator, etc., Hough transform, parallel line detection, contour extraction, seed fill, contour tracking
Platform: | Size: 72704 | Author: skylost | Hits:

[Graph programPrewitt

Description: Matlab入门级图像处理程序__用Prewitt算子检测图像的边缘-Matlab entry-level image processing using Prewitt operator __ image edge detection
Platform: | Size: 41984 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net