ImageProcessor.Imaging.FastBitmap.FastBitmap C# (CSharp) 메소드

FastBitmap() 공개 메소드

Initializes a new instance of the FastBitmap class.
public FastBitmap ( Image bitmap ) : System
bitmap Image The input bitmap.
리턴 System
        public FastBitmap(Image bitmap)
            : this(bitmap, false)
        {
        }

Same methods

FastBitmap::FastBitmap ( Image bitmap, bool computeIntegrals ) : System
FastBitmap::FastBitmap ( Image bitmap, bool computeIntegrals, bool computeTilted ) : System