Function cvHoughLines from cvimages
Brief description
cvHoughLines(image:IplImage):CvSeq
Detects lines in the an image More ...
Function information
Name: | cvHoughLines |
Base: | |
Group: | OpenCV plugins:Hough transforms |
Icon: | imageprocessing.png |
Color: | |
Authors: | |
Copyright: |
Detailed description
Detects lines in the an image
Input parameters
-
image:
IplImage
- Input image after application of an edge filter
Return values
-
Default return value:
CvSeq