| LineSegmentPolar Structure | 
Namespace: OpenCvSharp
 Syntax
SyntaxThe LineSegmentPolar type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LineSegmentPolar | 
            Constructor
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
            Specifies whether this object contains the same members as the specified Object.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(LineSegmentPolar) | 
            Specifies whether this object contains the same members as the specified Object.
             | 
|  | GetHashCode | 
            Returns a hash code for this object.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | LineIntersection(LineSegmentPolar) | 
            Calculates a intersection of the specified two lines
             | 
|   | LineIntersection(LineSegmentPolar, LineSegmentPolar) | 
            Calculates a intersection of the specified two lines
             | 
|  | ToSegmentPoint | 
            CvLineSegmentPointに変換する
             | 
|  | ToSegmentPointX | 
            指定したx座標を両端とするような線分に変換する
             | 
|  | ToSegmentPointY | 
            指定したy座標を両端とするような線分に変換する
             | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
|  | XPosOfLine | 
            指定したy座標を通るときのx座標を求める
             | 
|  | YPosOfLine | 
            指定したx座標を通るときのy座標を求める
             | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
            Compares two CvPoint objects. The result specifies whether the members of each object are equal.
             | 
|   | Inequality | 
            Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
             | 
 Fields
Fields See Also
See Also