All features that can be computed using points of a polygon

asked 2014-11-06 18:14:42 -0600

akhi gravatar image

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!!!

edit retag flag offensive close merge delete

Comments

The set of polygon descriptors operations supported by OpenCV are documented here. If you would like to know shape descriptors not supported by OpenCV, I would encourage you to get a Master or Doctoral Degree in Computer Vision with a Minor in Mathematics and make that your thesis topic.

rwong gravatar imagerwong ( 2014-11-06 18:34:46 -0600 )edit

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

akhi gravatar imageakhi ( 2014-11-09 11:05:30 -0600 )edit