opencv
opencv copied to clipboard
Get top-left, top-right, bottom-right and bottom-left
If determined square, How can to determine the top-left, top-right, bottom-right, and bottom-left of the square?
Read squares.cpp
. Thats what the findSquares function does - it finds the points of the corners of a square in an image.