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

NPPImage_16sC3() public method

Creates a new NPPImage from allocated device ptr.
public NPPImage_16sC3 ( ManagedCuda.BasicTypes.CUdeviceptr devPtr, NppiSize size, int pitch ) : System
devPtr ManagedCuda.BasicTypes.CUdeviceptr Already allocated device ptr.
size NppiSize Image size
pitch int Pitch / Line step
return System
        public NPPImage_16sC3(CUdeviceptr devPtr, NppiSize size, int pitch)
            : this(devPtr, size.width, size.height, pitch)
        {
        }

Same methods

NPPImage_16sC3::NPPImage_16sC3 ( ManagedCuda.BasicTypes.CUdeviceptr devPtr, NppiSize size, int pitch, bool isOwner ) : System
NPPImage_16sC3::NPPImage_16sC3 ( ManagedCuda.BasicTypes.CUdeviceptr devPtr, int width, int height, int pitch ) : System
NPPImage_16sC3::NPPImage_16sC3 ( ManagedCuda.BasicTypes.CUdeviceptr devPtr, int width, int height, int pitch, bool isOwner ) : System
NPPImage_16sC3::NPPImage_16sC3 ( NPPImageBase image ) : System
NPPImage_16sC3::NPPImage_16sC3 ( NppiSize size ) : System
NPPImage_16sC3::NPPImage_16sC3 ( int nWidthPixels, int nHeightPixels ) : System
NPPImage_16sC3