object-recognition-sift-surf
object-recognition-sift-surf copied to clipboard
Simple OpenCV Object Recognition in Python
Object Recognition tutorial refference for http://thecodacus.com
Prerequisites
- Python 2.x
- OpenCV 2.x
- Numpy
Installing
- Put a cropped image of the object you want to detect in live stream, in the "TrainingData" folder
- Rename the image with "TrainImg.jpeg" (along with the extention)
Running the tests
- run the detector.py and enjoy
Reference
- for detailed explaination visit http://thecodacus.com/object-recognition-using-opencv-python/