Click or drag to resize

CircleSegment Structure

circle structure retrieved from cvHoughCircle

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

The CircleSegment type exposes the following members.

Constructors
  NameDescription
Public methodCircleSegment
Constructor
Top
Methods
  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CircleSegment)
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 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 fieldCenter
Center coordinate of the circle
Public fieldRadius
Radius
Top
See Also