Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to ensure that extractor does not remove keypoints

I'm working with a framework that relies on keeping the number of keypoints constant before and after descriptor extraction. So far I applied a detection mask such that keypoints are not detected if they are close (e.g. 30 pixel) to the border of the image. Unfortunately, the extractor still removes a few keypoints. For example, I detect keypoints with the SURF detector on several octaves (!) and then use the FREAK extractor. Everything works fine if the number of octaves of the SURF detector is set to 1.

Can I sort out these keypoints by considering their size and octave? I removed all the keypoints with a size larger than 60 pixels but I've got still the same problem.