Table of Contents

Struct MKeyPoint

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

OpenCV's KeyPoint class

public struct MKeyPoint
Inherited Members

Fields

Angle

Orientation of the keypoint

public float Angle

Field Value

float

ClassId

class id

public int ClassId

Field Value

int

Octave

octave

public int Octave

Field Value

int

Point

The location of the keypoint

public PointF Point

Field Value

PointF

Response

Response of the keypoint

public float Response

Field Value

float

Size

Size of the keypoint

public float Size

Field Value

float