ORBFeature.scale#

property ORBFeature.scale: Any#

Scale of feature

Returns:

Scale

Return type:

float or list of float

Example:

>>> from machinevisiontoolbox import Image
>>> img = Image.Read("eiffel-1.png")
>>> orb = img.ORB()
>>> orb[0].scale
31.0
>>> orb[:5].scale
array([31., 31., 31., 31., 31.])