Ask Your Question

akhi's profile - activity

2014-11-09 11:05:30 -0600 commented question All features that can be computed using points of a polygon

Thanks for the comments @rwong. Right now, looking at learning opencv. If this is what matches my interests, I would definitely consider ur suggestion. :)

2014-11-06 18:14:42 -0600 asked a question All features that can be computed using points of a polygon

Hi, I am new to using OpenCV and pardon me if this has been asked before. I have a set of polygons in 2-D with their respective endpoints. I have started learning CV and finding out which features like roundness, area, perimeter, elliptic fit, etc.. can be computed using the inbuilt functions in CV.

Also, please suggest me any interesting features that can I can compute from a set of polygons of irregular sizes. (say one polygon has only 4 end points and another might have 10 endpoints and so on randomly).

Thanks for the help!!!