Ask Your Question

leefiong's profile - activity

2015-11-11 22:48:44 -0600 asked a question given four points to calculate the size of the area

I use Calib3d.findHomography with RANSAC to get four points of the detected area and I can draw the bounding box. Here is the question: given these four points, how can I calculate the size of the area? Any functions and code to use? Thanks a lot!