Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Apr 24 '13

zerog80 gravatar image

I think a better way to find page corners is it apply a Hough Line Transform, look for lines of significant length and compute intersections between each pair of them.

http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html

click to hide/show revision 2
fixed grammar

I think a better and more robust way to find page corners is it apply applying a Hough Line Transform, look for lines of significant sufficient length and compute intersections between each pair of them.

http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.html