C# Class Emgu.CV.Structure.MCvStarKeypoint

Show file Open project: fajoy/RTSPExample

Public Properties

Property Type Description
pt Point
response float
size int

Property Details

pt public property

The location of the keypoint
public Point pt
return Point

response public property

The response of the key point
public float response
return float

size public property

The size of the key point
public int size
return int