Descriptor sampling pattern size

asked 2016-06-08 15:31:58 -0600

MrX gravatar image

updated 2016-06-08 15:32:46 -0600

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 descriptors always use this size information or is this optional?
edit retag flag offensive close merge delete