C# Class Emgu.CV.Structure.MCvStarKeypoint

Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
pt Point
response float
size int

Property Details

pt public_oe property

The location of the keypoint
public Point pt
return Point

response public_oe property

The response of the key point
public float response
return float

size public_oe property

The size of the key point
public int size
return int