CvLineSegmentPolar Structure OpenCvSharp Class Library
Polar line segment retrieved from cvHoughLines2

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvLineSegmentPolar : IEquatable<CvLineSegmentPolar>

The CvLineSegmentPolar type exposes the following members.

Constructors

  NameDescription
Public methodCvLineSegmentPolar
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvLineSegmentPolar)
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 (Inherited from Object.)
Public methodLineIntersection(CvLineSegmentPolar)
Calculates a intersection of the specified two lines
Public methodStatic memberLineIntersection(CvLineSegmentPolar, CvLineSegmentPolar)
Calculates a intersection of the specified two lines
Public methodToSegmentPoint
CvLineSegmentPointに変換する
Public methodToSegmentPointX
指定したx座標を両端とするような線分に変換する
Public methodToSegmentPointY
指定したy座標を両端とするような線分に変換する
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Public methodXPosOfLine
指定したy座標を通るときのx座標を求める
Public methodYPosOfLine
指定したx座標を通るときのy座標を求める
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

Reference