Image.ComboFeature#
- Image.ComboFeature(detector: Any, descriptor: Any, det_opts: dict[str, Any], des_opts: dict[str, Any]) BaseFeature2D[source]#
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