搜索资源列表
Kirsch_edge
- 采用sobel、kirsh等算子实现图像的边缘监测功能,达到各方法的比较。
EdgeContour
- 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
Kirsch_edge
- 采用sobel、kirsh等算子实现图像的边缘监测功能,达到各方法的比较。
EdgeContour
- 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测-Several edge detection operator code: Roberts Sobel Prewitt Kirsh and Gauss-LaplaceHough transform: parallel line detection
Kirsch
- 对输入的图象用Kirsch算子进行边缘检测,参数K用来调整边缘的多少-The input image by Kirsch edge detection operator, parameter K used to adjust the edge of the number of
LicIdentify
- 物体的边缘是由灰度不连续性所反映的。经典的边缘提取方法是考察图象的每个像素的某个邻域内的灰度变化,利用边缘邻近的一阶或二阶导数变化规律,用简单的方法检测边缘。 常用的边缘检测算子有梯度算子、Soble算子、Kirsh算子、拉普拉斯算子等。本系统考虑到车牌形状的规范性,因为车牌的突出边缘构成一个长方形,所以采用普通的一阶梯度算子-LicIdentify dofsjdf sdfhjsl eshifj
Kirsh
- 数字图案象处理, Sobel算法,对256x256的黑白图像进行处理。-Digital Image Processing, Kirsh algorithom, deal with 256x256 black white image.
ImagePreprocessing
- The program can pre-process the image: use filters for edge detection Sobel, Prewitte, Kirsh.
Kirsh
- delphi图像分割算法之Kirsh算子算法-delphi image segmentation algorithm for the Kirsh operator
edge_dect
- 本程序目的是分别采用Roberts算子、Sobel算子、Prewitt算子、Kirsh算子(8方向)、拉普拉斯算子对2幅灰度图像进行边缘检测。其中,一幅图像边缘比较明显,另一幅则比较“平坦”。对这些方法给出简要评价。-The purpose of this program were to adopt Roberts operator, Sobel operator, Prewitt operator, Kirsh operator (8
MyKirsch
- 图像边缘检测中需要合理描画出其边缘,常用的算法有很多,这里是关于kirsh算法的代码。-To determine the probabilities of the various possible of edge for an image, we might use some detectors for each pixel. This is the kirsh algorithm.