MKeyLine Structure |
Namespace: Emgu.CV.LineDescriptor
The MKeyLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | Angle |
Orientation of the line
|
![]() | ClassId |
Object ID, that can be used to cluster keylines by the line they represent
|
![]() | EndPointX |
Lines's extremes in original image
|
![]() | EndPointY |
Lines's extremes in original image
|
![]() | EPointInOctaveX |
Line's extremes in image it was extracted from
|
![]() | EPointInOctaveY |
Line's extremes in image it was extracted from
|
![]() | LineLength |
The length of line
|
![]() | NumOfPixels |
Number of pixels covered by the line
|
![]() | Octave |
Octave (pyramid layer), from which the keyline has been extracted
|
![]() | Pt |
Coordinates of the middlepoint
|
![]() | Response |
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
|
![]() | Size |
Minimum area containing line
|
![]() | SPointInOctaveX |
Line's extremes in image it was extracted from
|
![]() | SPointInOctaveY |
Line's extremes in image it was extracted from
|
![]() | StartPointX |
Lines's extremes in original image
|
![]() | StartPointY |
Lines's extremes in original image
|