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
imgIdxintimgSizeSizekeypointsIReadOnlyList<KeyPoint>descriptorsMat
Properties
Descriptors
public Mat Descriptors { get; }
Property Value
ImgIdx
public int ImgIdx { get; }
Property Value
ImgSize
public Size ImgSize { get; }
Property Value
Keypoints
public IReadOnlyList<KeyPoint> Keypoints { get; }
Property Value
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
disposingbool
~ImageFeatures()
Destructor
protected ~ImageFeatures()