DAISYFeature.octave#
- property DAISYFeature.octave: Any#
Octave of feature
- Returns:
scale space octave containing the feature
- Return type:
float or list of float
Example:
>>> from machinevisiontoolbox import Image >>> img = Image.Read("eiffel-1.png") >>> orb = img.ORB() >>> orb[0].octave 0 >>> orb[:5].octave array([0, 0, 0, 0, 0])