I would like to have a simple question for you but it was too hard to get for me so far.
My question is:
There is a function in opencv svn called GenericDescriptorMatcher();
Ptr<GenericDescriptorMatcher> gdm = new VectorDescriptorMatcher( descriptorExtractor, descriptorMatcher );
I want to get an explanation about it but in a simple way, What it should be the
descriptorExtractor
and What it should be
descriptorMatcher
For God sake, for many days i’m working on this function and still don’t know how to use it, so please if you have an experience with it, try to explain it in very simple way.
Thank you
Here is an example