KeyPoint Structure OpenCvSharp Class Library
Data structure for salient point detectors

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

[SerializableAttribute]
public struct KeyPoint : IEquatable<KeyPoint>

The KeyPoint type exposes the following members.

Constructors

  NameDescription
Public methodKeyPoint(CvPoint2D32f, Single, Single, Single, Int32, Int32)
Complete constructor
Public methodKeyPoint(Single, Single, Single, Single, Single, Int32, Int32)
Complete constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(KeyPoint)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields

  NameDescription
Public fieldAngle
Feature orientation in degrees (has negative value if the orientation is not defined/not computed)
Public fieldClassID
Point class (can be used by feature classifiers or object detectors)
Public fieldOctave
Scale-space octave in which the feature has been found; may correlate with the size
Public fieldPt
Coordinate of the point
Public fieldResponse
Feature strength (can be used to select only the most prominent key points)
Public fieldSize
Feature size
Top
See Also

Reference