Click or drag to resize

KeyPoint Structure

Data structure for salient point detectors

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[SerializableAttribute]
public struct KeyPoint : IEquatable<KeyPoint>

The KeyPoint type exposes the following members.

Constructors
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
Gets the Type of the current instance.
(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