Line segment structure retrieved from cvHoughLines2
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute] public struct CvLineSegmentPoint : IEquatable<CvLineSegmentPoint>
The CvLineSegmentPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CvLineSegmentPoint | 
            Constructor
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
            Specifies whether this object contains the same members as the specified Object.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(CvLineSegmentPoint) | 
            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.) | 
|   | IntersectedLineAndSegment | 
            Returns a boolean value indicating whether a line and a segment intersect.
             | 
|  | IntersectedSegments(CvLineSegmentPoint) | 
            Returns a boolean value indicating whether the specified two segments intersect.
             | 
|   | IntersectedSegments(CvLineSegmentPoint, CvLineSegmentPoint) | 
            Returns a boolean value indicating whether the specified two segments intersect.
             | 
|  | Length | |
|   | LineAndSegmentIntersection | 
            Calculates a intersection of a line and a segment
             | 
|  | LineIntersection(CvLineSegmentPoint) | 
            Calculates a intersection of the specified two lines
             | 
|   | LineIntersection(CvLineSegmentPoint, CvLineSegmentPoint) | 
            Calculates a intersection of the specified two lines
             | 
|  | Offset(CvPoint) | 
            Translates the Point by the specified amount. 
             | 
|  | Offset(Int32, Int32) | 
            Translates the Point by the specified amount. 
             | 
|  | SegmentIntersection(CvLineSegmentPoint) | 
            Calculates a intersection of the specified two segments
             | 
|   | SegmentIntersection(CvLineSegmentPoint, CvLineSegmentPoint) | 
            Calculates a intersection of the specified two segments
             | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
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 | |
|---|---|---|
|  | P1 | 
            1st Point
             | 
|  | P2 | 
            2nd Point
             | 
See Also