|
TrackingObject Constructor (Rectangle, IntPoint, Single)
|
Constructs a new tracking object.
Namespace:
Accord.Vision.Tracking
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public TrackingObject(
Rectangle rectangle,
IntPoint center,
float angle
)
Public Sub New (
rectangle As Rectangle,
center As IntPoint,
angle As Single
)
Request Example
View SourceParameters
- rectangle
- Type: System.DrawingRectangle
The rectangle containing the object. - center
- Type: AccordIntPoint
The center of gravity of the object. - angle
- Type: SystemSingle
The angle of orientation for the object.
See Also