Neuroglycerin / neukrill-net-tools

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

BRISK detector #84

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago

Use OpenCV to detect keypoints with BRISK and describe them.

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

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