C# Class Emgu.CV.Structure.MKeyPoint

显示文件 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_oe property

Orientation of the keypoint
public float Angle
return float

ClassId public_oe property

class id
public int ClassId
return int

Octave public_oe property

octave
public int Octave
return int

Point public_oe property

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

Response public_oe property

Response of the keypoint
public float Response
return float

Size public_oe property

Size of the keypoint
public float Size
return float