detecting rectangle and the 4 corner coordinates from an image in opencv
hello i was going through the the program "square.c" in the sample of opencv which is working fyn in detecting rectangles in a given image and generates outline.. the array pt[] store the boundry points of rectangle....but what i need is only the 4 corner points of the rectangle...... need help thanks ...