-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
- cd ./vlfeat-0.9.20 ; make
- Config the VLFEAT_LIBRARY according to issue [How to config the VLFEAT_LIBRARY] (How to config the VLFEAT_LIBRARY #27)
- mv eigen eigen3
- vim Configure.h;
Change #include <eigen3/Eigen/SVD> #include <eigen3/Eigen/IterativeLinearSolvers> to #include "eigen3/Eigen/SVD" #include "eigen3/Eigen/IterativeLinearSolvers" - cd eigen3; mkdir build; cd build; cmake ..; make
- cd ./UglyMan_NISwGSP_Stitching; mkdir build; cd build; cmake ..; make
- Download input-42-data, you can find it in a link of Baidu cloud according to issue input-42- data.zip.
- Move [input-42-data] folder to your working directory.
- Run the repo according to readme.md.
- If you meet error like "The function/feature is not implemented (Implementation has been removed due original code license issues) in cv::LineSegmentDetectorImpl::LineSegmentDetectorImpl", you can change your opencv to the version of 3.0.0, or recomplie your opencv with opencv-contrib(Attention you should choose enable_nonfree when you compile opencv&opencv-contrib).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels