Class ImageFeatures
Structure containing image keypoints and descriptors.
Inheritance
System.Object
ImageFeatures
Assembly: OpenCvSharp.dll
Syntax
public class ImageFeatures : IDisposable
Constructors
|
Improve this Doc
View Source
ImageFeatures(Int32, Size, IReadOnlyList<KeyPoint>, Mat)
Declaration
public ImageFeatures(int imgIdx, Size imgSize, IReadOnlyList<KeyPoint> keypoints, Mat descriptors)
Parameters
Type |
Name |
Description |
System.Int32 |
imgIdx |
|
OpenCvSharp.Size |
imgSize |
|
IReadOnlyList<OpenCvSharp.KeyPoint> |
keypoints |
|
Mat |
descriptors |
|
Properties
|
Improve this Doc
View Source
Descriptors
Declaration
public Mat Descriptors { get; }
Property Value
|
Improve this Doc
View Source
ImgIdx
Declaration
public int ImgIdx { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ImgSize
Declaration
public Size ImgSize { get; }
Property Value
Type |
Description |
OpenCvSharp.Size |
|
|
Improve this Doc
View Source
Keypoints
Declaration
public IReadOnlyList<KeyPoint> Keypoints { get; }
Property Value
Type |
Description |
IReadOnlyList<OpenCvSharp.KeyPoint> |
|
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
Finalize()
Declaration
protected void Finalize()