Click or drag to resize
Accord.NET (logo)

CamshiftGetBackprojection Method (UnmanagedImage, Rectangle)

Generates a image of the histogram backprojection

Namespace:  Accord.Vision.Tracking
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public void GetBackprojection(
	UnmanagedImage image,
	Rectangle rectangle
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
rectangle
Type: System.DrawingRectangle
See Also