Table of Contents

Class ImageFeatures

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

Structure containing image keypoints and descriptors.

public class ImageFeatures : IDisposable
Inheritance
ImageFeatures
Implements
Inherited Members

Constructors

ImageFeatures(int, Size, IReadOnlyList<KeyPoint>, Mat)

Constructor

public ImageFeatures(int imgIdx, Size imgSize, IReadOnlyList<KeyPoint> keypoints, Mat descriptors)

Parameters

imgIdx int
imgSize Size
keypoints IReadOnlyList<KeyPoint>
descriptors Mat

Properties

Descriptors

public Mat Descriptors { get; }

Property Value

Mat

ImgIdx

public int ImgIdx { get; }

Property Value

int

ImgSize

public Size ImgSize { get; }

Property Value

Size

Keypoints

public IReadOnlyList<KeyPoint> Keypoints { get; }

Property Value

IReadOnlyList<KeyPoint>

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

~ImageFeatures()

Destructor

protected ~ImageFeatures()