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

Search list

[Special Effectsbianyuanjiance-juti

Description: 二值化后边缘检测算法具体实现,用matlab编写的,有roberts,sobel,prewitt,log等算法的具体实现-value after two edge detection algorithm to realize the use of Matlab prepared, roberts, segmentation, prewitt, log, etc. of specific algorithm implementation
Platform: | Size: 872 | Author: 张亮 | Hits:

[WEB CodeVIDEOPrewittmethod

Description: vid_edge.mdl 在视频序列的运动检测中使用Prewitt边缘检测算子检测-vid_edge.mdl in video motion detection sequence of the use of Prewitt Edge Detection Operator Detection
Platform: | Size: 3537574 | Author: 爱玛 | Hits:

[Special Effectspthoto1

Description: subplot(2,2,1) imshow(I) title( 原始图象 ) subplot(2,2,2) imshow(BW1) title( prewitt 边缘检测后的图象 ) subplot(2,2,3) imshow(BW2) title( canny 边缘检测后的图象 ) subplot(2,2,4) imshow(BW3) title( sobel 边缘检测后的图象 ) -subplot (2,2, 1) imshow (I) title (original image) subplot (2,2, 2) imshow (BW1) title (prewitt edge detection of images) subpl ot (2,2, 3) imshow (BW2) title (canny edge detection of images) subplot (2') imshow (BW3) title (segmentation edge detection, the image)
Platform: | Size: 2637 | Author: 阿强 | Hits:

[Other resourcegraph-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: 1051593 | Author: zsc | Hits:

[GDI-Bitmapjdszbyjc

Description: 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
Platform: | Size: 352101 | Author: xingtao | Hits:

[Special Effectsimage_detection

Description: 图象边缘检测,包括传统经典算子:Sobel、Roberts、Prewitt、Laplacian及Canny算子-image edge detection, including traditional classics Operator : Sobel, Roberts, Prewitt, Laplacian and Canny operator
Platform: | Size: 181101 | Author: 周健 | Hits:

[Special Effectsppp4

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
Platform: | Size: 2502 | Author: 杨健 | Hits:

[Special EffectsPreWitt_Edge

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

[WEB CodeANEWWAYOFImageFiltering

Description: To develop functional modules to process grayscale image intensity data. And perform Point and spatial operations. Uses Prewitt, Sobel, and Laplacian of Guassian Methods. And calculates their histograms.
Platform: | Size: 1563 | Author: 阳关 | Hits:

[Special Effects18113106242

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
Platform: | Size: 43940 | Author: hyh | Hits:

[Special EffectsEdge_Detection_and_Segmentation

Description: 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
Platform: | Size: 6777 | Author: major | Hits:

[Special Effectsbiabyuanjiance

Description: 能实现多种边缘检测方法,包括Prewitt、Roberts、Sobel和高斯拉普拉斯
Platform: | Size: 79885 | Author: 楚风云 | Hits:

[Special Effectsxiaobobianhuan

Description: 包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。
Platform: | Size: 261815 | Author: 楚风云 | Hits:

[Special Effectschap4

Description: 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
Platform: | Size: 41150 | Author: kesong | Hits:

[Special EffectsPrewitt

Description: 图像处理,用于边缘检测,可以有很好的效果!有很好的清晰度!
Platform: | Size: 949 | Author: 亚涛 | Hits:

[Other resourceEdgeContour

Description: 基于,梯度的边缘检测,包括Robert,Prewitt,laplace,sobel,轮廓提取等算法
Platform: | Size: 2155961 | Author: xiechangping | Hits:

[Special Effectsimagesegment

Description: 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
Platform: | Size: 82099 | Author: 刘伟 | Hits:

[Special EffectsEdgeContour

Description: 边缘检测包括robert算法、sobel算法、prewitt算法、krisch算法、laplacan算法 边缘提取 轮廓跟踪
Platform: | Size: 2118237 | Author: 刘伟 | Hits:

[Special Effectsimagesegment1

Description: P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘
Platform: | Size: 923 | Author: 董妍 | Hits:

[Special Effectsimage-sharping

Description: VC++图像处理图像锐化及边缘检测程序,包括图像锐化处理基本方法实现及边缘检测各种算子(roberts、sobel、prewitt、krisch及gauss-laplacian算子)程序实现。
Platform: | Size: 944649 | Author: wendyzyx | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »

CodeBus www.codebus.net