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
| Name | Description | |
|---|---|---|
| CvLineSegmentPolar |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(CvLineSegmentPolar) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| LineIntersection(CvLineSegmentPolar) |
Calculates a intersection of the specified two lines
| |
| LineIntersection(CvLineSegmentPolar, CvLineSegmentPolar) |
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
| 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
| Name | Description | |
|---|---|---|
| Rho |
Length of the line
| |
| Theta |
Angle of the line (radian)
|
See Also