Struct CircleSegment
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
circle structure retrieved from cvHoughCircle
[Serializable]
[SuppressMessage("Design", "CA1051: Do not declare visible instance fields")]
public struct CircleSegment : IEquatable<CircleSegment>
- Implements
- Inherited Members
Constructors
- CircleSegment(Point2f, float)
Constructor
Fields
- Center
Center coordinate of the circle
- Radius
Radius
Methods
- Equals(CircleSegment)
Specifies whether this object contains the same members as the specified Object.
- Equals(object?)
Specifies whether this object contains the same members as the specified Object.
- GetHashCode()
Returns a hash code for this object.
- ToString()
Converts this object to a human readable string.
Operators
- operator ==(CircleSegment, CircleSegment)
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
- operator !=(CircleSegment, CircleSegment)
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.