Show / Hide Table of Contents

Class ImageFeatures

Structure containing image keypoints and descriptors.

Inheritance
System.Object
ImageFeatures
Namespace: OpenCvSharp.Detail
Assembly: OpenCvSharp.dll
Syntax
public class ImageFeatures : IDisposable

Constructors

| Improve this Doc View Source

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

Constructor

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
Type Description
Mat
| 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
public void Dispose()
| 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()

Destructor

Declaration
protected void Finalize()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX