CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - line detection code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - line detection code - List
[
Other resource
]
linedetec
DL : 0
这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
Update
: 2008-10-13
Size
: 1017byte
Publisher
:
亿摆
[
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-02-17
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-02-17
Size
: 45kb
Publisher
:
tian
[
Special Effects
]
lines_arcs.tar
DL : 0
一个用于检测图形图像中直线以及弧张的C语言的源代码。-a graphic image for the detection of line and arc of the C-language source code.
Update
: 2025-02-17
Size
: 240kb
Publisher
:
阳云
[
matlab
]
houghline1
DL : 0
经典的检测直线的算法,Matlab源码 用Matlab6.5实现-classic line detection algorithms, source code using Matlab achieve Matalab 6.5
Update
: 2025-02-17
Size
: 1kb
Publisher
:
xiaoran
[
2D Graphic
]
Hough-tuoyuan
DL : 0
Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
Update
: 2025-02-17
Size
: 2kb
Publisher
:
郭飞
[
GDI-Bitmap
]
Linedetection_Java
DL : 0
Line detection and image convolution code in Java. Line detection is made by size x size convolution (size in generally 3). Java code.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
selamicik
[
2D Graphic
]
HoughTrans
DL : 0
自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to be able to help beginners
Update
: 2025-02-17
Size
: 3.72mb
Publisher
:
wxj
[
matlab
]
linedetec
DL : 1
这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
Update
: 2025-02-17
Size
: 1kb
Publisher
:
亿摆
[
Special Effects
]
Edge_Detection_and_Segmentation
DL : 1
边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
Update
: 2025-02-17
Size
: 6kb
Publisher
:
major
[
Special Effects
]
Hough_line_circle_ellipse
DL : 0
基于Hough变换的直线,圆,椭圆的检测.其中直线检测是VC代码.圆和椭圆是MATLAB代码-Hough transform based on a straight line, circle, ellipse detection. Which is the VC code line detection. Round and oval is the MATLAB code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
夏小静
[
matlab
]
Hough
DL : 0
line detection using Hough transform
Update
: 2025-02-17
Size
: 221kb
Publisher
:
srikhan
[
Mathimatics-Numerical algorithms
]
hough
DL : 0
Hough transform Matlab code. (c) Rafeef Abu-Gharbieh, Karin Althoff, Ghassan Hamarneh Line Detection Using Hough Transform -Hough transform Matlab code. (c) Rafeef Abu-Gharbieh, Karin Althoff, Ghassan Hamarneh Line Detection Using Hough Transform
Update
: 2025-02-17
Size
: 200kb
Publisher
:
Haxpes
[
2D Graphic
]
hough_line
DL : 0
this is a code for line detection in noisy image using hough transform
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lavik
[
matlab
]
line_detection
DL : 0
this code is about line detection in binary image
Update
: 2025-02-17
Size
: 1kb
Publisher
:
salehpour
[
matlab
]
Matlab-based-lane-detection-line
DL : 0
基于matlab的直线行车线检测,代码简单可行,但需要你的深入研究-Matlab-based lane detection line, the code is simple and feasible, but requires in-depth study of your
Update
: 2025-02-17
Size
: 1kb
Publisher
:
andy
[
Special Effects
]
line-detection
DL : 0
此代码是研究生期间做的直线检测,代码完全自己编写,里面附有参考图片。-This code is a graduate student to do during the line detection, the code written completely on my own, which with a reference image.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
晓生
[
source in ebook
]
line-detection
DL : 0
直线检测的代码,非常好用,对棋盘格图像的直线检测清晰准确。-Line detection code is very easy to use, straight-line detection of checkerboard images clearly and accurately.
Update
: 2025-02-17
Size
: 2.34mb
Publisher
:
王琳
[
Other
]
VHD
DL : 0
this code is for vertical horizontal line detection.
Update
: 2025-02-17
Size
: 14kb
Publisher
:
processing
[
matlab
]
Hough_LineDetect
DL : 0
详解利用Hough变换进行直线检测的代码(detailed interpretation of the code that uses Hough transform for line detection)
Update
: 2025-02-17
Size
: 8kb
Publisher
:
sangba2017
«
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.