CvSURFPoint Structure OpenCvSharp Class Library
SURF keypoints

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public struct CvSURFPoint

The CvSURFPoint type exposes the following members.

Constructors

  NameDescription
Public methodCvSURFPoint(IntPtr)
Initializes from native pointer
Public methodCvSURFPoint(CvPoint2D32f, Int32, Int32, Single, Single)
Constructor
Top
Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodStatic memberFromPtr
Creates CvSURFPoint instance from native ponter
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
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