C# Class Emgu.CV.Structure.MKeyPoint

Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
Angle float
ClassId int
Octave int
Point System.Drawing.PointF
Response float
Size float

Property Details

Angle public property

Orientation of the keypoint
public float Angle
return float

ClassId public property

class id
public int ClassId
return int

Octave public property

octave
public int Octave
return int

Point public property

The location of the keypoint
public PointF,System.Drawing Point
return System.Drawing.PointF

Response public property

Response of the keypoint
public float Response
return float

Size public property

Size of the keypoint
public float Size
return float