Click or drag to resize

LineSegmentPolar Structure

Polar line segment retrieved from cvHoughLines2

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

The LineSegmentPolar type exposes the following members.

Constructors
  NameDescription
Public methodLineSegmentPolar
Constructor
Top
Methods
  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(LineSegmentPolar)
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 methodLineIntersection(LineSegmentPolar)
Calculates a intersection of the specified two lines
Public methodStatic memberLineIntersection(LineSegmentPolar, LineSegmentPolar)
Calculates a intersection of the specified two lines
Public methodToSegmentPoint
Convert To LineSegmentPoint
Public methodToSegmentPointX
Converts to a line segment with the specified x coordinates at both ends
Public methodToSegmentPointY
Converts to a line segment with the specified y coordinates at both ends
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Public methodXPosOfLine
Public methodYPosOfLine
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 fieldRho
Length of the line
Public fieldTheta
Angle of the line (radian)
Top
See Also