Ask Your Question

Harshil's profile - activity

2017-06-22 03:14:24 -0600 received badge  Editor (source)
2017-06-22 01:52:23 -0600 commented question OpenCV 3: Object detection in python

@Pedro Batista Here is clarification: My camera would continuously scan whatever is in front of it. If it scans any moving substance, it is not an object for my use case. Any other still substance that is put in front of camera for few seconds, it would be appropriate to call it an object from my use case perspective.

2017-06-21 04:11:58 -0600 commented question OpenCV 3: Object detection in python

I want to capture image from camera and perform some task if any object is detected in that image. Camera would capture continuously however if there is no object in front of it, it should not do anything. A face can be detected using opencv. Is there any way to detect any object?

2017-06-21 03:50:52 -0600 asked a question OpenCV 3: Object detection in python

Is there a way to detect object using OpenCV 3 in python? Once the object is detected I want to perform some task. I have referred few links but no luck yet. Object could be any branded cosmetic item, water bottle, any medicine etc.

This link explains it but SIFT and SURF are not available in OpenCV 3 onwards as they are patented now. Its workaround is explained here. But it didn't work for me.

Any help would be appreciated.

Thanks.