Parameters of OpenCV ImageStitching. Trying to understand them.
I make GUI program to stitch images and create panoramas. I try to understand all parameters given by OpenCV stitching module but I can't find information about all of them.
I have problem with this:
- setRegistrationResol
- setSeamEstimationResol
- setPanoConfidenceThresh
From BundleAdjustment function:
- BundleAdjusterRay
- BundleAdjusterReproj
And from Features Matcher:
- num_matches_thresh1
- num_matches_thresh2
From first group, by changing values, I see on output image that parameters change quality of output image. But I can't find any accurate information about this parameters.
From second BundleAdjustment group. I see that it has something with camera parameters but like previous one, no specific information.
Third group about Features Matcher. I have problem with understand this 2 parameters.
For all people who would like to send me link to OpenCV documentation. I know with some of this parameters there is some information. But mainly it's just 1 sentence or no information. I would like to find some more information about it. Is there any book/site I should visit?
Thanks for any help :)
You can have a look at this sample and this and this May be you should start with this sample