Click or drag to resize

LineSegmentPoint Structure

Line segment structure retrieved from cvHoughLines2

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public struct LineSegmentPoint : IEquatable<LineSegmentPoint>

The LineSegmentPoint type exposes the following members.

Constructors
  NameDescription
Public methodLineSegmentPoint
Constructor
Top
Methods
  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(LineSegmentPoint)
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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIntersectedLineAndSegment
Returns a boolean value indicating whether a line and a segment intersect.
Public methodIntersectedSegments(LineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
Public methodStatic memberIntersectedSegments(LineSegmentPoint, LineSegmentPoint)
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(LineSegmentPoint)
Calculates a intersection of the specified two lines
Public methodStatic memberLineIntersection(LineSegmentPoint, LineSegmentPoint)
Calculates a intersection of the specified two lines
Public methodOffset(Point)
Translates the Point by the specified amount.
Public methodOffset(Int32, Int32)
Translates the Point by the specified amount.
Public methodSegmentIntersection(LineSegmentPoint)
Calculates a intersection of the specified two segments
Public methodStatic memberSegmentIntersection(LineSegmentPoint, LineSegmentPoint)
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