Click or drag to resize

MKeyLine Structure

http://www.emgu.com
A class to represent a line.

Namespace:  Emgu.CV.LineDescriptor
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public struct MKeyLine

The MKeyLine type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAngle
Orientation of the line
Public fieldClassId
Object ID, that can be used to cluster keylines by the line they represent
Public fieldEndPointX
Lines's extremes in original image
Public fieldEndPointY
Lines's extremes in original image
Public fieldEPointInOctaveX
Line's extremes in image it was extracted from
Public fieldEPointInOctaveY
Line's extremes in image it was extracted from
Public fieldLineLength
The length of line
Public fieldNumOfPixels
Number of pixels covered by the line
Public fieldOctave
Octave (pyramid layer), from which the keyline has been extracted
Public fieldPt
Coordinates of the middlepoint
Public fieldResponse
The response, by which the strongest keylines have been selected. It's represented by the ratio between line's length and maximum between image's width and height
Public fieldSize
Minimum area containing line
Public fieldSPointInOctaveX
Line's extremes in image it was extracted from
Public fieldSPointInOctaveY
Line's extremes in image it was extracted from
Public fieldStartPointX
Lines's extremes in original image
Public fieldStartPointY
Lines's extremes in original image
Top
See Also