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

HoughCircle Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Aggregates detected circle with its score.

Constructors

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

Properties

 NameTypeDescription
CenterFilNet.Point2D
CircleFilNet.Circle2D
ScoreSystem.Single

Methods

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

Remarks

See also