Accord.Vision.Tracking.Camshift.GetBackprojection C# (CSharp) Method

GetBackprojection() public method

Generates a image of the histogram back projection
public GetBackprojection ( ) : Bitmap
return System.Drawing.Bitmap
        public Bitmap GetBackprojection()
        {
            return GetBackprojection(PixelFormat.Format8bppIndexed);
        }

Same methods

Camshift::GetBackprojection ( PixelFormat format ) : Bitmap
Camshift::GetBackprojection ( PixelFormat format, Rectangle rectangle ) : Bitmap
Camshift::GetBackprojection ( UnmanagedImage image, Rectangle rectangle ) : void