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

HoughCircle Structure

Aggregates detected circle with its score.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

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

Properties

 TypeNameDescription
AvlNet.Point2DCenter
AvlNet.Circle2DCircle
System.SingleScore

Methods

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

See also