Stitching images can't detect common feature points
I wish to stitch two or more images using OpenCV and C++. The images have regions of overlap but they are not being detected. I am using the code stitching_detailed.cpp, available at:
I tried using homography detector. Will using the FLANN detector help? Can someone please suggest as to what other methods I should use. Also, I wish to use the ORB algorithm, and not SIFT or SURF. The images can be found at-
ah, cool, you made it here. sorry for the previous mishap, again !
It's okay!
Descriptor method is not the problem. Scale invariance means descriptors are not sensible to scale : but there is some limits (less than 4 I cannot find a reference)
What do you suggest I should do?