Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

MSER detector and description #99

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago

Use OpenCV to detect and describe keypoints with MSER.

http://docs.opencv.org/modules/features2d/doc/feature_detection_and_description.html#mser

https://github.com/Itseez/opencv/blob/master/samples/python2/mser.py

Must make sure parameters are suitable so EVERY image in BOTH train and test datasets have an appropriate number of keypoints detected.

dnstanciu commented 9 years ago

Detection done. MSER doesn't support description.