OpenCV keypoints have a bunch of attributes of which two are octave and size.
- 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?
- Do the descriptor always use this size information?