CvSURFPoint Fields OpenCvSharp Class Library

The CvSURFPoint type exposes the following members.

Fields

  NameDescription
Public fieldDir
orientation of the feature: 0..360 degrees
Public fieldHessian
value of the hessian (can be used to approximately estimate the feature strengths; see also params._hessianThreshold)
Public fieldLaplacian
-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 fieldPt
Position of the feature within the image
Public fieldSize
size of the feature
Top
See Also

Reference