You are here: Start » HoughCircle Structure

HoughCircle Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Aggregates detected circle with its score.

Constructors

 ConstructorDescription
HoughCircle(Circle2D, Point2D, Single)

Properties

 NameTypeDescription
CenterFil.Point2D
CircleFil.Circle2D
DefaultFil.HoughCircle Gets a default instance of the HoughCircle.
EmptyFil.HoughCircle Gets an empty instance of the HoughCircle.
ScoreSystem.Single

Methods

 NameDescription
Equals(Fil.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