Skip to content

vefak/FeatureMatching

Repository files navigation

Locating-a-Defined-Area-in-the-Star

Author: Vefak Murat Akman


My enviroment

  • OpenCV version = 3.14.0
  • CMake version = 3.10.2
  • Ubuntu version = 18.04.4 LTS

Install OpenCV with extra modules

Please, follow steps in OpenCV installation

  • To install xfeatures2d, make sure that both opencv and opencv_contrib repos are downloaded
  • At building step of installation process, use the following cmake command instead of the one in link
cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local OPENCV_EXTRA_MODULES_PATH= /home/vefak/opencv_contrib/modules/ -D OPENCV_ENABLE_NONFREE:BOOL=ON ..

Building and Running Code

Just execute build_and_run.sh file.

source build_and_run.sh 

Hit any key to change current frame and open next one

Results

Rotated Image Place

alt text

Normal Image Place

alt text

About

Feature finding by using OpenCV function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published