Class NPPNativeMethods.NPPi.MeanStdDevNew
Mean + Std deviation (new in CUDA 5)
Inheritance
Inherited Members
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public static class MeanStdDevNew
Methods
nppiMean_StdDev_16u_C1MR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation.
Declaration
public static NppStatus nppiMean_StdDev_16u_C1MR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMean_StdDev_16u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 16-bit unsigned short int image mean and standard deviation.
Declaration
public static NppStatus nppiMean_StdDev_16u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMean_StdDev_16u_C3CMR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 16-bit unsigned short int image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_16u_C3CMR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_16u_C3CR(CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 16-bit unsigned short int image mean and standard deviation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_16u_C3CR(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_32f_C1MR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation.
Declaration
public static NppStatus nppiMean_StdDev_32f_C1MR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified. |
nppiMean_StdDev_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 32-bit floating-point image mean and standard deviation.
Declaration
public static NppStatus nppiMean_StdDev_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified. |
nppiMean_StdDev_32f_C3CMR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 32-bit floating-point image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_32f_C3CMR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_32f_C3CR(CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 32-bit floating-point image mean and standard deviation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_32f_C3CR(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_8s_C1MR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 8-bit signed char image mean and standard deviation, \ref masked_operation.
Declaration
public static NppStatus nppiMean_StdDev_8s_C1MR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMean_StdDev_8s_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 8-bit signed char image mean and standard deviation.
Declaration
public static NppStatus nppiMean_StdDev_8s_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMean_StdDev_8s_C3CMR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 8-bit signed char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_8s_C3CMR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_8s_C3CR(CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 8-bit signed char image mean and standard deviation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_8s_C3CR(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_8u_C1MR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation.
Declaration
public static NppStatus nppiMean_StdDev_8u_C1MR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMean_StdDev_8u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 8-bit unsigned char image mean and standard deviation.
Declaration
public static NppStatus nppiMean_StdDev_8u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMean_StdDev_8u_C3CMR(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 8-bit unsigned char image mean and standard deviation, \ref masked_operation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_8u_C3CMR(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr pMask, int nMaskStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pMask | \ref mask_image_pointer. |
System.Int32 | nMaskStep | \ref mask_image_line_step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMean_StdDev_8u_C3CR(CUdeviceptr, Int32, NppiSize, Int32, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 8-bit unsigned char image mean and standard deviation, \ref channel_of_interest.
Declaration
public static NppStatus nppiMean_StdDev_8u_C3CR(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, int nCOI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMean, CUdeviceptr pStdDev)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | nCOI | \ref channel_of_interest_number. |
CUdeviceptr | pDeviceBuffer | Pointer to the required device memory allocation |
CUdeviceptr | pMean | Contains computed mean. |
CUdeviceptr | pStdDev | Contains computed standard deviation. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_COI_ERROR if an invalid channel of interest is specified. |
nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1MR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_16u_C1MR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C1R.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_16u_C1R(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CMR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_16u_C3CMR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_16u_C3CR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_16u_C3CR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1MR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_32f_C1MR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C1R.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_32f_C1R(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CMR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_32f_C3CMR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_32f_C3CR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_32f_C3CR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1MR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8s_C1MR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C1R.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8s_C1R(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CMR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8s_C3CMR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8s_C3CR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8s_C3CR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1MR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8u_C1MR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C1R.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8u_C1R(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CMR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8u_C3CMR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |
nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMean_StdDev_8u_C3CR.
Declaration
public static NppStatus nppiMeanStdDevGetBufferHostSize_8u_C3CR(NppiSize oSizeROI, ref int hpBufferSize)
Parameters
Type | Name | Description |
---|---|---|
NppiSize | oSizeROI | Region-of-Interest (ROI). |
System.Int32 | hpBufferSize | Required buffer size. Important: hpBufferSize is a |
Returns
Type | Description |
---|---|
NppStatus | NPP_SUCCESS |