Simple-C-multiplatform-App-with-shared-library

Develop a simple multi-platform C++ application with shared library

Usage:

  • Go to build folder and play around with this program by using the command line
./src/bin/MyApp -input_img_path ../test_image/test_img.jpg -s 52 -c 0.43 -l 35 -h 57

where s stands for window size, c stands for threshold for coherency, l stands for low_threshold, which means threshold1 for orientation ranging from 0 to 180, h stands for high threshold, which means threshold2 for orientation ranging from 0 to 180. All the parameters above can be tuned.