Ask Your Question
0

How to get geometrical details of image and objects in image?

asked 2015-07-07 05:21:12 -0600

Kishore Kumar gravatar image

I want to get geometrical details (area, centroid, orientation, size) of images and objects in images from the video stream, what are all the algorithms available in openCV to achieve this?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-07-07 05:25:02 -0600

berak gravatar image

have a look at the tutorials esp. the one about moments

edit flag offensive delete link more

Comments

And to add to that, if you actually want to look for objects first then go for one of the following techniques

  • Template based matching
  • Feature + Machine learning: HOG+SVM, cascade classifiers, ...
  • Bag Of Words

All these techniques are inside OpenCV!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-07-07 07:11:47 -0600 )edit

Another good one, but in Python, is here.

unxnut gravatar imageunxnut ( 2015-07-07 10:33:05 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-07-07 05:21:12 -0600

Seen: 197 times

Last updated: Jul 07 '15