LineSegmentPolar Structure |
Namespace: OpenCvSharp
The LineSegmentPolar type exposes the following members.
| Name | Description | |
|---|---|---|
| LineSegmentPolar |
Constructor
|
| 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 |
Convert To LineSegmentPoint
| |
| ToSegmentPointX |
Converts to a line segment with the specified x coordinates at both ends
| |
| ToSegmentPointY |
Converts to a line segment with the specified y coordinates at both ends
| |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) | |
| XPosOfLine | ||
| YPosOfLine |
| 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.
|