Table of Contents

Class ShapeDistanceExtractor

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Abstract base class for shape distance algorithms.

public abstract class ShapeDistanceExtractor : Algorithm, IDisposable
Inheritance
ShapeDistanceExtractor
Implements
Derived
Inherited Members

Constructors

ShapeDistanceExtractor(nint, nint, Action<nint>)

Constructor for the factory pattern (cv::Ptr<T>* + raw T*).

Methods

ComputeDistance(InputArray, InputArray)

Compute the shape distance between two shapes defined by its contours.