CvTracksRender Method (IplImage, IplImage) OpenCvSharp Class Library
Prints tracks information.

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Render(
	IplImage imgSource,
	IplImage imgDest
)

Parameters

imgSource
Type: OpenCvSharpIplImage
Input image (depth=IPL_DEPTH_8U and num. channels=3).
imgDest
Type: OpenCvSharpIplImage
Output image (depth=IPL_DEPTH_8U and num. channels=3).
See Also

Reference