Skip to content

A short tutorial on OpenCV-Python, SIFT feature matching, homography ,object classification, and tracking

Notifications You must be signed in to change notification settings

kneeprayer/opencv-tutorial

 
 

Repository files navigation

opencv-tutorial

A short tutorial on OpenCV-Python, SIFT feature matching, homography ,object classification, and tracking This repository is forked from https://github.com/dalgu90/opencv-tutorial.git.

Tutorial index

  1. OpenCV-Python Getting Started
  2. Edge Detection
  3. Feature Extraction & Matching
  4. Geometric Transformation & Homography
  5. Face Detection with Cascade Classifier
  6. Object Classification with VBoW
  7. Object Tracking
  8. (Practice Test) - SIFT Mosaic / Face & Eye Detection

Note

This tutorial on OpenCV-Python is based on OpenCV 3.3.0 and python 3.6, 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.

About

A short tutorial on OpenCV-Python, SIFT feature matching, homography ,object classification, and tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%