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