TrackingObject Class |
Namespace: Accord.Vision.Tracking
The TrackingObject type exposes the following members.
Name | Description | |
---|---|---|
TrackingObject |
Constructs a new tracking object.
| |
TrackingObject(IntPoint) |
Constructs a new tracking object.
| |
TrackingObject(Rectangle, Single) |
Constructs a new tracking object.
| |
TrackingObject(Rectangle, IntPoint, Single) |
Constructs a new tracking object.
|
Name | Description | |
---|---|---|
Angle |
Gets or sets the angle of the object.
| |
Area |
Gets the area of the object.
| |
Center |
Gets or sets the center of gravity of the object
relative to the original image from where it has
been extracted.
| |
Image |
Gets or sets the object's extracted image.
| |
IsEmpty |
Gets a value indicating whether the object is empty.
| |
Rectangle |
Gets or sets the rectangle containing the object.
| |
Tag |
Gets or sets an user-defined tag associated with this object.
|
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAxis |
Gets two points defining the horizontal axis of the object.
| |
GetAxis(AxisOrientation) |
Gets two points defining the axis of the object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Resets this tracking object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |