Features2D + Homography to find a known object http://docs.opencv.org/3.2.0/d9/d97/tutorial_table_of_content_features2d.html ported to OpenCV 3.2.0
- git clone -b 3.2.0 --depth 1 --recursive https://github.com/opencv/opencv_contrib.git
- git clone -b 3.2.0 --depth 1 --recursive https://github.com/opencv/opencv.git
- Create bat script (Windows):
@echo off
REM git clone -b 3.2.0 --depth 1 --recursive https://github.com/opencv/opencv_contrib.git
REM OR Download https://github.com/opencv/opencv_contrib/archive/3.2.0.zip