Find-Object
Simple Qt interface to try OpenCV implementations of SIFT, SURF, FAST, BRIEF and other feature detectors and descriptors.
Features:
- You can change any parameters at runtime, make it easier to test feature detectors and descriptors without always recompiling.
- Detectors/descriptors supported (from OpenCV): BRIEF, Dense, FAST, GoodFeaturesToTrack, MSER, ORB, SIFT, STAR, SURF.
- Mainly inspired from the sample find_obj.cpp from OpenCV!
- For an example of an application using SURF descriptors: see my project RTAB-Map (an appearance-based loop closure detector for SLAM).
Software URL:
