CvLineSegmentPolar Methods OpenCvSharp Class Library

The CvLineSegmentPolar type exposes the following members.

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
See Also

Reference