Skip to content

How to run this repo #34

@SHIsue

Description

@SHIsue
  1. cd ./vlfeat-0.9.20 ; make
  2. Config the VLFEAT_LIBRARY according to issue [How to config the VLFEAT_LIBRARY] (How to config the VLFEAT_LIBRARY #27)
  3. mv eigen eigen3
  4. vim Configure.h;
    Change #include <eigen3/Eigen/SVD> #include <eigen3/Eigen/IterativeLinearSolvers> to #include "eigen3/Eigen/SVD" #include "eigen3/Eigen/IterativeLinearSolvers"
  5. cd eigen3; mkdir build; cd build; cmake ..; make
  6. cd ./UglyMan_NISwGSP_Stitching; mkdir build; cd build; cmake ..; make
  7. Download input-42-data, you can find it in a link of Baidu cloud according to issue input-42- data.zip.
  8. Move [input-42-data] folder to your working directory.
  9. Run the repo according to readme.md.
  10. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions