Stitching Images with SIFT Features
I am trying to create an image stitcher that uses SIFT features, but it appears that I cannot use SIFT with the OpenCV Stitcher class. I have already created a method of finding SIFT features and descriptors, but I am not sure how to pass these values to the Stitcher class.Is there a way to do so and if there is, what is it?
You can find an example here
I have looked through this example before. I am still unsure how I would take my existing functions and put them in the format of a features finder. How do I figure out how my class should be formatted?
You have to use google because I don't know exactely order. There is some interseting link here and here
In source code you can find how descriptors are computed and hence order in Mat descriptor