You are here: Start » AVL.NET » HoughCircle Structure

HoughCircle Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Aggregates detected circle with its score.

Constructors

 ConstructorDescription
HoughCircle(Circle2D, Point2D, Single)

Properties

 NameTypeDescription
CenterAvl.Point2D
CircleAvl.Circle2D
DefaultAvl.HoughCircle Gets a default instance of the HoughCircle.
EmptyAvl.HoughCircle Gets an empty instance of the HoughCircle.
ScoreSystem.Single

Methods

 NameDescription
Equals(Avl.HoughCircle)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also