Ask Your Question
0

detecting whether a particular object is present or not

asked 2015-01-29 23:41:29 -0600

jamesnzt gravatar image

updated 2015-01-30 08:13:44 -0600

I need to detect whether an object (leaf) is present or not in the live frame captured from the camera. I searched for object detection and i find face detection in openCV documentation using cascade classifier, where some image of the object is given to train the classifier.

In my case i have to detect whether the current frame contains any leaf(of any plant) or not.

  1. whether i have to train the classifier with large set of data to detect the leaf?
  2. is there any alternate way for my task?
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-01-30 08:52:15 -0600

Potato gravatar image

Look into template matching. I think that would help you.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-01-29 23:41:29 -0600

Seen: 208 times

Last updated: Jan 30 '15