C# Class Emgu.CV.Structure.MCvSURFPoint

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
dir float
hessian float
laplacian int
pt System.Drawing.PointF
size int

Property Details

dir public_oe property

Orientation of the feature: 0..360 degrees
public float dir
Résultat float

hessian public_oe property

Value of the hessian (can be used to approximately estimate the feature strengths; see also params.hessianThreshold.
public float hessian
Résultat float

laplacian public_oe property

-1, 0 or +1. sign of the laplacian at the point. can be used to speedup feature comparison (normally features with laplacians of different signs can not match)
public int laplacian
Résultat int

pt public_oe property

Position of the feature within the image
public System.Drawing.PointF pt
Résultat System.Drawing.PointF

size public_oe property

Size of the feature
public int size
Résultat int