ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch
MIT License
1.85k stars 552 forks source link

match size:0 #99

Closed shiyu2011 closed 5 years ago

shiyu2011 commented 5 years ago

I am trying to stitching 2 images using trans mode, since there is only camera translation.

Screen Shot 2019-08-06 at 6 59 13 PM Screen Shot 2019-08-06 at 6 59 20 PM

In my config file, I have CYLINDER 0 ESTIMATE_CAMERA 0 TRANS 1

ORDERED_INPUT 1 # set this option when input is ordered CROP 1 # crop the result to a rectangle MAX_OUTPUT_SIZE 8000 # maximum possible width/height of output image LAZY_READ 1

I got the following log info [init_config@main.cc:250] Run with translation mode. [test_match@main.cc:95] Feature: 4, 5 [test_match@main.cc:102] Match size: 0

I will expect more features should be found out

I am using Mac system

shiyu2011 commented 5 years ago

by tuning parameters in cfg file, more features could be detected