ppwwyyxx / OpenPano

Automatic Panorama Stitching From Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

match size:0

shiyu2011 opened this issue · comments

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

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