Table of Contents

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

keypointDetector Feature2D

The keypoint detector to wrap.

descriptorExtractor Feature2D

The descriptor extractor to wrap.

Returns

AffineFeature2D

Create(Feature2D)

Creates an instance where the keypoint detector and descriptor extractor are identical.

public static AffineFeature2D Create(Feature2D keypointDetector)

Parameters

keypointDetector Feature2D

The keypoint detector/descriptor extractor to wrap.

Returns

AffineFeature2D