Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Descriptor sampling pattern size

OpenCV keypoints have a bunch of attributes of which two are octave and size.

  1. Is the descriptor sampling pattern size (from e.g. BRISK or FREAK) defined by those two attributes? If yes, does this mean that if I detect the same physical point in the same octave layer by two different detectors, the descriptor will not be identical?
  2. Do the descriptor always use this size information?

Descriptor sampling pattern size

OpenCV keypoints have a bunch of attributes of which two are octave and size.

  1. Is the descriptor sampling pattern size (from e.g. BRISK or FREAK) defined by those two attributes? If yes, does this mean that if I detect the same physical point in the same octave layer by two different detectors, the descriptor will not be identical?
  2. Do the descriptor descriptors always use this size information?information or is this optional?