Get the image after diodes tracking processing.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Image As Bitmap
C#
public Bitmap Image { get; }
Visual C++
public:
property Bitmap^ Image {
	Bitmap^ get ();
}
JavaScript
function get_image();

See Also