Feature descriptor is a phrase in computer vision which is a way to describe the points of interest in a video or image.
I'm working on image processing. I want to match 2D Features and I did many tests on SURF, SIFT, ORB.…
opencv feature-extraction orb ransac feature-descriptorI am using OpenCV 3.2 I am trying to use FLANN to match features descriptors in a faster way than brute …
c++ opencv orb flann feature-descriptorI want to training data and use HOG algorithm to detect pedestrian. Now I can use defaultHog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector()); …
opencv histogram feature-descriptorI am developing an application which involves the use of Freak descriptors, just released in the OpenCV2.4.2 version. In the …
opencv feature-descriptor freakI'm having some trouble printing the values of the descriptor matrix obtained through the use of the 'compute' method of …
c++ opencv matrix unsigned-char feature-descriptorI've implement a Robust matcher found on the internet based on differents tests : symmetry test, Ratio Test and RANSAC test. …
c++ opencv matching feature-descriptor