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

Object2D Class

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

This is output structure for template matching related functions. It groups matched object with its properties.

Constructors

 ConstructorDescription
Object2D(Rectangle2D)
Object2D(Rectangle2D, CoordinateSystem2D, Point2D, Single, Single, Single)
Object2D()

Properties

 NameTypeDescription
AlignmentAvlNet.CoordinateSystem2D
AngleSystem.Single
MatchAvlNet.Rectangle2D
PointAvlNet.Point2D
ScaleSystem.Single
ScoreSystem.Single

Methods

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

Remarks

See also