C# Class Emgu.CV.Structure.MCvStarKeypoint

Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство Type Description
pt Point
response float
size int

Property Details

pt public_oe property

The location of the keypoint
public Point pt
Résultat Point

response public_oe property

The response of the key point
public float response
Résultat float

size public_oe property

The size of the key point
public int size
Résultat int