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

Object2D Structure

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

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

Properties

 TypeNameDescription
AvlNet.CoordinateSystem2DAlignment
System.SingleAngle
AvlNet.Rectangle2DMatch
AvlNet.Point2DPoint
System.SingleScale
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