ManagedCuda.NPP.NPPImage_8uC3.NPPImage_8uC3 C# (CSharp) Method

NPPImage_8uC3() public method

Allocates new memory on device using NPP-Api.
public NPPImage_8uC3 ( NppiSize size ) : System
size NppiSize Image size
return System
        public NPPImage_8uC3(NppiSize size)
            : this(size.width, size.height)
        {
        }

Same methods

NPPImage_8uC3::NPPImage_8uC3 ( CUdeviceptr devPtr, NppiSize size, int pitch ) : System
NPPImage_8uC3::NPPImage_8uC3 ( CUdeviceptr devPtr, NppiSize size, int pitch, bool isOwner ) : System
NPPImage_8uC3::NPPImage_8uC3 ( CUdeviceptr devPtr, int width, int height, int pitch ) : System
NPPImage_8uC3::NPPImage_8uC3 ( CUdeviceptr devPtr, int width, int height, int pitch, bool isOwner ) : System
NPPImage_8uC3::NPPImage_8uC3 ( NPPImageBase image ) : System
NPPImage_8uC3::NPPImage_8uC3 ( int nWidthPixels, int nHeightPixels ) : System
NPPImage_8uC3