CvLineSegmentPoint Structure OpenCvSharp Class Library
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

  NameDescription
Public methodCvLineSegmentPoint
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvLineSegmentPoint)
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 methodStatic memberIntersectedLineAndSegment
Returns a boolean value indicating whether a line and a segment intersect.
Public methodIntersectedSegments(CvLineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
Public methodStatic memberIntersectedSegments(CvLineSegmentPoint, CvLineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
Public methodLength
Public methodStatic memberLineAndSegmentIntersection
Calculates a intersection of a line and a segment
Public methodLineIntersection(CvLineSegmentPoint)
Calculates a intersection of the specified two lines
Public methodStatic memberLineIntersection(CvLineSegmentPoint, CvLineSegmentPoint)
Calculates a intersection of the specified two lines
Public methodOffset(CvPoint)
Translates the Point by the specified amount.
Public methodOffset(Int32, Int32)
Translates the Point by the specified amount.
Public methodSegmentIntersection(CvLineSegmentPoint)
Calculates a intersection of the specified two segments
Public methodStatic memberSegmentIntersection(CvLineSegmentPoint, CvLineSegmentPoint)
Calculates a intersection of the specified two segments
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields

  NameDescription
Public fieldP1
1st Point
Public fieldP2
2nd Point
Top
See Also

Reference