Method Create
- Namespace
- OpenCvSharp.XFeatures2D
- Assembly
- OpenCvSharp.dll
Create(Feature2D, Feature2D)
Creates an instance wrapping the given keypoint detector and descriptor extractor.
public static AffineFeature2D Create(Feature2D keypointDetector, Feature2D descriptorExtractor)
Parameters
keypointDetectorFeature2DThe keypoint detector to wrap.
descriptorExtractorFeature2DThe descriptor extractor to wrap.
Returns
Create(Feature2D)
Creates an instance where the keypoint detector and descriptor extractor are identical.
public static AffineFeature2D Create(Feature2D keypointDetector)
Parameters
keypointDetectorFeature2DThe keypoint detector/descriptor extractor to wrap.