A short tutorial on OpenCV-Python
- OpenCV-Python Getting Started
- Edge Detection
- Feature Extraction & Matching
- Geometric Transformation & Homography
- Face Detection with Cascade Classifier
- Object Classification with VBoW
- Object Tracking
- (Practice Test) - SIFT Mosaic / Face & Eye Detection
This tutorial on OpenCV-Python is based on OpenCV 3.2.0, which is not compatible to the previous 2.X. For example, feature extracting(SIFT, SURF, ...) is moved to the sub-module named cv2.xfeatures2d
and you should install opencv_contrib to use this.