NISwGSP icon indicating copy to clipboard operation
NISwGSP copied to clipboard

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.

Results 27 NISwGSP issues
Sort by recently updated
recently updated
newest added

CMakeFiles/NISwGSP.dir/Feature/FeatureController.cpp.o:在函数‘FeatureController::detect(cv::Mat const&, std::vector&, std::vector&)’中: FeatureController.cpp:(.text+0x483):对‘vl_sift_new’未定义的引用 FeatureController.cpp:(.text+0x4af):对‘vl_sift_process_first_octave’未定义的引用 FeatureController.cpp:(.text+0x4d1):对‘vl_sift_detect’未定义的引用 FeatureController.cpp:(.text+0x548):对‘vl_sift_calc_keypoint_orientations’未定义的引用 FeatureController.cpp:(.text+0x5e9):对‘vl_sift_calc_keypoint_descriptor’未定义的引用 FeatureController.cpp:(.text+0xa58):对‘vl_sift_process_next_octave’未定义的引用 FeatureController.cpp:(.text+0xa69):对‘vl_sift_delete’未定义的引用 collect2: error: ld returned 1 exit status CMakeFiles/NISwGSP.dir/build.make:553: recipe for target 'NISwGSP' failed make[2]: *** [NISwGSP] Error 1 CMakeFiles/Makefile2:67:...

Hello, This is a good work! I am interested in your work. I have successfully compile your code in Win7 system. But when I run with images you provided, I...

![image](https://user-images.githubusercontent.com/36097683/147403520-8695df73-ab6f-4bf0-94e4-663daa1a3f0f.png) Like this pic, you can see the rect in the final part. It seems to blend the final result, But what is the meaning of this coordinate? I can't...

Hello, how can I get input-42- data.zip , web link cannot be accessed.

Hello! My code compiled successfully, but the program seemed to break before it finished executing. The result is shown in figure. Can you tell me what's wrong? I'd appreciate it!...

Dear Author. Thank you for your great work. I have complied the repo, however, when I run the exe file, an error occured that "Assertion failed: rgba_img.channels() >= 3, file...

My OpenCV version is 3.4.14, because it gives me the "No LineSegmentDetector error" when I execute the exe file, so I use FastLineDetector instead, this time no error accur, but...

Speed If you want to speed up, MATLAB solver is significantly faster than Eigen. I see it in readme. So how to change the Eigen?