Click or drag to resize

KeyPoint Structure

Data structure for salient point detectors

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

The KeyPoint type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(KeyPoint)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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