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

ClassifiedRectangle Class

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

Rectangle belonging to a specific class.

Constructors

 ConstructorDescription
ClassifiedRectangle(Rectangle2D)
ClassifiedRectangle(Rectangle2D, String, Single)
ClassifiedRectangle()

Properties

 NameTypeDescription
ClassNameSystem.StringName of the class of a found rectangle.
RectangleAvlNet.Rectangle2DFound rectangle.
ScoreSystem.SingleConfidence of a found rectangle.

Methods

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

Remarks

See also