installthetech / slit_scan_panorama

slit-scan approach for generating real-time high quality panorama.
MIT License
7 stars 1 forks source link

Is there a possibility in that source code to make the detection "lower", to combine also panorama if not every neighbour pixel is detected? #3

Closed installthetech closed 7 years ago

installthetech commented 7 years ago

In case of detection on lower resolution on lesser features, Try tuning these parameters in PRIMEPANORAMA.cpp:

MAXFEAT = 50; SCALEFACTOR = 1.2f; EDGETHRESH = 31; FIRSTLEVEL = 0; PATCHSIZE = 31; FASTTHRESH = 30;

Try lowering these values as per your requirements.

zweipunktnull commented 7 years ago

Hey Vinay! Thanks it helped me a lot!! Now one more question, is there a possibility to make the panorama as long as the video time, that means that it is not get cropped before and end earlier.

Greetings Chris

installthetech commented 7 years ago

Made a new issue here