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

MinMaxIndexMaskedGetBufferHostSize() public method

Scratch-buffer size for MinMaxIndex with mask.
public MinMaxIndexMaskedGetBufferHostSize ( ) : int
return int
        public int MinMaxIndexMaskedGetBufferHostSize()
        {
            int bufferSize = 0;
            status = NPPNativeMethods.NPPi.MinMaxIndxNew.nppiMinMaxIndxGetBufferHostSize_8u_C3CMR(_sizeRoi, ref bufferSize);
            Debug.WriteLine(String.Format("{0:G}, {1}: {2}", DateTime.Now, "nppiMinMaxIndxGetBufferHostSize_8u_C3CMR", status));
            NPPException.CheckNppStatus(status, this);
            return bufferSize;
        }
NPPImage_8uC3