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

HoughCircle Class

Aggregates detected circle with its score.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
HoughCircle(Circle2D, Point2D, Single)
HoughCircle()

Properties

 NameTypeDescription
CenterAvlNet.Point2D
CircleAvlNet.Circle2D
ScoreSystem.Single

Methods

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

Remarks

See also