Skip to content

Latest commit

 

History

History

29-SIFT-And-SURF-Image-Matching

  1. Open command Prompt
  2. Change directory using cd to the folder that has main.cpp and DIP_MyHeaderFile.h file
  3. Execute the following commands
   $ g++ -o main main.cpp 
   
   $ ./main [input 1 image path] [input 2 image path] [input 3 image path] [input 4 image path] [output match 1] [output match 2] [output match 3] [output match 4] [output match 5] [output match 6]