Neuroglycerin / neukrill-net-tools

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

Harris corner detection and description #89

Open scottclowe opened 9 years ago

scottclowe commented 9 years ago

Use skimage to detect and describe Harris corners

http://scikit-image.org/docs/0.10.x/api/skimage.feature.html#corner-harris

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