Accord.Vision.Tracking.Camshift.GetBackprojection C# (CSharp) 메소드

GetBackprojection() 공개 메소드

Generates a image of the histogram back projection
public GetBackprojection ( ) : Bitmap
리턴 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