machinevisiontoolbox.Image.ComboFeature
- Image.ComboFeature(detector, descriptor, det_opts, des_opts)
Combination feature detector and descriptor
- Parameters:
detector (str) – detector name
descriptor (str) – descriptor name
det_opts (dict) – options for detector
des_opts – options for descriptor
- Returns:
set of 2D point features
- Return type:
BaseFeature2Dsubclass
Detect corner features using the specified detector
detectorand describe them using the specified descriptordescriptor. A large number of possible combinations are possible.Warning
Incomplete
- Seealso:
BOOSTFeatureBRIEFFeatureDAISYFeatureFREAKFeatureLATCHFeatureLUCIDFeature