Introduction - If you have any usage issues, please Google them yourself
Function name:* HoughDIB ()** parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image width (pixel number 4 must be in multiples of)* LONG lHeight- source image height (pixel number)* return value:* BOOL- operation successful return TRUE, otherwise return FALSE.** Description:* The function used to detect images of parallel straight lines. If the image has two parallel straight lines, they will be two parallel straight-line* extracted.** Request object image for only 0 and 255, two gray value of gray-scale image.
Packet : 79419127hough_transfor.rar filelist
Hough变换\Hough变换.txt
Hough变换\result.bmp
Hough变换\source.bmp
Hough变换\Thumbs.db
Hough变换