CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - prewitt operator
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - prewitt operator - List
[
matlab
]
多种图像边缘检测与分割处理
DL : 1
程序代码说明 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
Update
: 2025-03-15
Size
: 41kb
Publisher
:
何问宇
[
SCM
]
边缘检测与分割处理
DL : 1
程序代码说明 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
Update
: 2025-03-15
Size
: 45kb
Publisher
:
tian
[
Special Effects
]
edgeCheck.
DL : 0
一个通用的边缘提取函数。通过输入不同的参数,能够实现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.
Update
: 2025-03-15
Size
: 249kb
Publisher
:
胡雪飞
[
Graph program
]
bianyuanjianceyufenge
DL : 0
关于边缘检测、图像分割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
Update
: 2025-03-15
Size
: 41kb
Publisher
:
杨爱萍
[
matlab
]
matlab4
DL : 0
程序代码说明 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
Update
: 2025-03-15
Size
: 40kb
Publisher
:
李明
[
2D Graphic
]
ImageSharpness
DL : 0
拉普拉斯算子、Sobel算子和Prewitt算子对图像进行边缘、轮廓的检测-Laplace operator, Sobel Operator and Prewitt Operator right image edge contour detection
Update
: 2025-03-15
Size
: 3.59mb
Publisher
:
张德龙
[
Special Effects
]
ImageDIP2
DL : 0
“区域分割”是采用并行区域分割算法中的阈值化分割算法,阈值的选取方法是迭代阈值选取方法。 “边缘检测”是采用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.
Update
: 2025-03-15
Size
: 329kb
Publisher
:
王文会
[
Special Effects
]
EdgContour
DL : 0
用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.
Update
: 2025-03-15
Size
: 72kb
Publisher
:
何再兴
[
Software Engineering
]
graph-roberts
DL : 0
本文介绍了边缘检测的基本概念.使用 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.
Update
: 2025-03-15
Size
: 1mb
Publisher
:
zsc
[
Special Effects
]
PreWitt_Edge
DL : 0
彩色图像的边缘检测的PreWitt算子,适用于应用程序编程和初学者。-Color Image Edge Detection PreWitt operator, applied to Application Programming and beginners.
Update
: 2025-03-15
Size
: 1kb
Publisher
:
[
Special Effects
]
newnew
DL : 0
本人亲手用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.
Update
: 2025-03-15
Size
: 748kb
Publisher
:
gung66
[
CSharp
]
bianyuan
DL : 0
C#下实现的多种边缘检测程序。包括Robert算子、Sobel算子、prewitt算子等-C# Under a variety of edge detection procedure. Including the Robert operator, Sobel operator, prewitt operator, etc.
Update
: 2025-03-15
Size
: 1.54mb
Publisher
:
石王春杰
[
Special Effects
]
BMPImage
DL : 0
本程序用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.
Update
: 2025-03-15
Size
: 50kb
Publisher
:
骆志军
[
Special Effects
]
Prewitt
DL : 0
用Prewitt算子检测图像的边缘 用Prewitt算子检测图像的边缘-Prewitt operator with detection of image edge detection using Prewitt operator Edge
Update
: 2025-03-15
Size
: 38kb
Publisher
:
阿辉
[
Windows Develop
]
EdgeDetection
DL : 0
一个通用的边缘提取函数,通过输入不同的参数,能够实现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.
Update
: 2025-03-15
Size
: 579kb
Publisher
:
翟
[
Special Effects
]
edge
DL : 0
使用prewitt算子和sobel算子分别在垂直和水平方向进行检测,生成4幅分割图像-Using sobel operator and Prewitt operator, respectively, in the vertical and horizontal direction detection, image segmentation to generate 4
Update
: 2025-03-15
Size
: 3kb
Publisher
:
萧然
[
Documents
]
PREWITT
DL : 0
prewitt改进的论文,很不错的毕业设计资料,建立在基于prewitt算子的研究上,很实用!-Prewitt improve the paper, very good graduation design information, the establishment of Prewitt operator based on the study, it is practical!
Update
: 2025-03-15
Size
: 776kb
Publisher
:
xiak
[
Special Effects
]
prewitt
DL : 0
通过prewitt算子,对图象进行一阶微分处理,达到图象增强的目的!-Through the Prewitt operator, one of image-order differential treatment to achieve the purpose of image enhancement!
Update
: 2025-03-15
Size
: 491kb
Publisher
:
李华
[
GDI-Bitmap
]
EdgeContour
DL : 0
边缘检测,轮廓检测,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
Update
: 2025-03-15
Size
: 71kb
Publisher
:
skylost
[
Graph program
]
Prewitt
DL : 0
Matlab入门级图像处理程序__用Prewitt算子检测图像的边缘-Matlab entry-level image processing using Prewitt operator __ image edge detection
Update
: 2025-03-15
Size
: 41kb
Publisher
:
«
1
2
3
4
5
6
7
8
9
10
...
13
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.