BOOSTFeature.strength#
- property BOOSTFeature.strength: Any#
Strength of feature
- Returns:
Strength
- Return type:
float or list of float
Example:
>>> from machinevisiontoolbox import Image >>> img = Image.Read("eiffel-1.png") >>> orb = img.ORB() >>> orb[0].strength 0.0010862813796848059 >>> orb[:5].strength array([0.0011, 0.0013, 0.0015, 0.0031, 0.0012])