Hello,
i want to know how i can find the pixel postion of the corner points of a contour?
I use canny for edge detection and then find the largest contour in the image (see image). Now I need the exact corner points. Important, the display position is variable
If I use minRectArea, I get bad results.
I hope someone can help me :)