|
CamshiftGetBackprojection Method (PixelFormat, 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 Bitmap GetBackprojection(
PixelFormat format,
Rectangle rectangle
)
Public Function GetBackprojection (
format As PixelFormat,
rectangle As Rectangle
) As Bitmap
Request Example
View SourceParameters
- format
- Type: System.Drawing.ImagingPixelFormat
- rectangle
- Type: System.DrawingRectangle
Return Value
Type:
BitmapSee Also