NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 10.1.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
AverageRelativeError

Primitives for computing the average relative error between two images. More...

AverageRelativeError

NppStatus nppiAverageRelativeError_8u_C1R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8u_C1R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8s_C1R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8s_C1R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16u_C1R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16u_C1R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16s_C1R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16s_C1R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16sc_C1R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16sc_C1R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32u_C1R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32u_C1R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32s_C1R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32s_C1R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32sc_C1R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32sc_C1R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32f_C1R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32f_C1R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32fc_C1R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32fc_C1R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_64f_C1R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 One-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_64f_C1R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8u_C2R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8u_C2R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8s_C2R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8s_C2R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16u_C2R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16u_C2R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16s_C2R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16s_C2R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16sc_C2R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16sc_C2R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32u_C2R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32u_C2R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32s_C2R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32s_C2R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32sc_C2R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32sc_C2R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32f_C2R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32f_C2R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32fc_C2R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32fc_C2R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_64f_C2R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Two-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_64f_C2R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8u_C3R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8u_C3R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8s_C3R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8s_C3R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16u_C3R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16u_C3R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16s_C3R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16s_C3R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16sc_C3R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16sc_C3R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32u_C3R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32u_C3R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32s_C3R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32s_C3R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32sc_C3R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32sc_C3R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32f_C3R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32f_C3R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32fc_C3R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32fc_C3R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_64f_C3R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Three-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_64f_C3R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8u_C4R_Ctx (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 8-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8u_C4R (const Npp8u *pSrc1, int nSrc1Step, const Npp8u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_8s_C4R_Ctx (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 8-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_8s_C4R (const Npp8s *pSrc1, int nSrc1Step, const Npp8s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16u_C4R_Ctx (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 16-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16u_C4R (const Npp16u *pSrc1, int nSrc1Step, const Npp16u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16s_C4R_Ctx (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 16-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16s_C4R (const Npp16s *pSrc1, int nSrc1Step, const Npp16s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_16sc_C4R_Ctx (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 16-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_16sc_C4R (const Npp16sc *pSrc1, int nSrc1Step, const Npp16sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32u_C4R_Ctx (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit unsigned image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32u_C4R (const Npp32u *pSrc1, int nSrc1Step, const Npp32u *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32s_C4R_Ctx (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit signed image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32s_C4R (const Npp32s *pSrc1, int nSrc1Step, const Npp32s *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32sc_C4R_Ctx (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit signed complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32sc_C4R (const Npp32sc *pSrc1, int nSrc1Step, const Npp32sc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32f_C4R_Ctx (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32f_C4R (const Npp32f *pSrc1, int nSrc1Step, const Npp32f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_32fc_C4R_Ctx (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 32-bit floating point complex image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_32fc_C4R (const Npp32fc *pSrc1, int nSrc1Step, const Npp32fc *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 
NppStatus nppiAverageRelativeError_64f_C4R_Ctx (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer, NppStreamContext nppStreamCtx)
 Four-channel 64-bit floating point image MaximumRelative_Error. More...
 
NppStatus nppiAverageRelativeError_64f_C4R (const Npp64f *pSrc1, int nSrc1Step, const Npp64f *pSrc2, int nSrc2Step, NppiSize oSizeROI, Npp64f *pError, Npp8u *pDeviceBuffer)
 

AverageRelativeErrorGetBufferHostSize

Companion primitives for computing the device buffer size (in bytes) required by the NormDiff_Inf primitives.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8u_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8s_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16u_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16s_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16sc_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32u_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32s_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32sc_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32f_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32fc_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_64f_C1R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8u_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8s_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16u_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16s_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16sc_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32u_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32s_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32sc_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32f_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32fc_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C2R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_64f_C2R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C2R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8u_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8s_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16u_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16s_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16sc_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32u_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32s_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32sc_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32f_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32fc_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_64f_C3R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8u_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_8s_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16u_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16s_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_16sc_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32u_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32s_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32sc_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32f_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_32fc_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
 Buffer size for nppiAverageRelativeError_64f_C4R. More...
 
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C4R (NppiSize oSizeROI, int *hpBufferSize)
 

Detailed Description

Primitives for computing the average relative error between two images.

Given two images $pSrc1$ and $pSrc2$ both with width $W$ and height $H$, the maximum relative error is defined as:

\[AverageRelativeError = \frac{1}{W\cdot H\cdot N}\sum_{n=0}^{N-1}\sum_{j=0}^{H-1}\sum_{i=0}^{W-1}\frac{\left|pSrc1(j,i) - pSrc2(j,i)\right|}{max(\left|pSrc1(j,i)\right|, \left|pSrc2(j,i)\right|)}\]

where N is the number of channels. If the image is in complex format, the absolute value is used for computation.

Function Documentation

NppStatus nppiAverageRelativeError_16s_C1R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16s_C1R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16s_C2R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16s_C2R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16s_C3R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16s_C3R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16s_C4R ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16s_C4R_Ctx ( const Npp16s pSrc1,
int  nSrc1Step,
const Npp16s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16sc_C1R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16sc_C1R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16sc_C2R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16sc_C2R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16sc_C3R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16sc_C3R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16sc_C4R ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16sc_C4R_Ctx ( const Npp16sc pSrc1,
int  nSrc1Step,
const Npp16sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16u_C1R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16u_C1R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16u_C2R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16u_C2R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16u_C3R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16u_C3R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_16u_C4R ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_16u_C4R_Ctx ( const Npp16u pSrc1,
int  nSrc1Step,
const Npp16u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32f_C1R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32f_C1R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32f_C2R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32f_C2R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32f_C3R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32f_C3R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32f_C4R ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32f_C4R_Ctx ( const Npp32f pSrc1,
int  nSrc1Step,
const Npp32f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32fc_C1R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32fc_C1R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32fc_C2R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32fc_C2R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32fc_C3R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32fc_C3R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32fc_C4R ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32fc_C4R_Ctx ( const Npp32fc pSrc1,
int  nSrc1Step,
const Npp32fc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit floating point complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32s_C1R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32s_C1R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32s_C2R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32s_C2R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32s_C3R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32s_C3R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32s_C4R ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32s_C4R_Ctx ( const Npp32s pSrc1,
int  nSrc1Step,
const Npp32s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32sc_C1R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32sc_C1R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32sc_C2R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32sc_C2R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32sc_C3R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32sc_C3R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32sc_C4R ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32sc_C4R_Ctx ( const Npp32sc pSrc1,
int  nSrc1Step,
const Npp32sc pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit signed complex image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32u_C1R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32u_C1R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32u_C2R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32u_C2R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32u_C3R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32u_C3R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_32u_C4R ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_32u_C4R_Ctx ( const Npp32u pSrc1,
int  nSrc1Step,
const Npp32u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_64f_C1R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_64f_C1R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_64f_C2R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_64f_C2R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_64f_C3R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_64f_C3R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_64f_C4R ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_64f_C4R_Ctx ( const Npp64f pSrc1,
int  nSrc1Step,
const Npp64f pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 64-bit floating point image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8s_C1R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8s_C1R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8s_C2R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8s_C2R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8s_C3R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8s_C3R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8s_C4R ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8s_C4R_Ctx ( const Npp8s pSrc1,
int  nSrc1Step,
const Npp8s pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 8-bit signed image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8u_C1R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8u_C1R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

One-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8u_C2R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8u_C2R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Two-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8u_C3R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8u_C3R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Three-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeError_8u_C4R ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer 
)
NppStatus nppiAverageRelativeError_8u_C4R_Ctx ( const Npp8u pSrc1,
int  nSrc1Step,
const Npp8u pSrc2,
int  nSrc2Step,
NppiSize  oSizeROI,
Npp64f pError,
Npp8u pDeviceBuffer,
NppStreamContext  nppStreamCtx 
)

Four-channel 8-bit unsigned image MaximumRelative_Error.

For common parameter descriptions, see Common parameters for nppiMaximumError functions.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16s_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16sc_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16sc_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16sc_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16sc_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16sc_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16u_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_16u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_16u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32f_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32f_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32f_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32f_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32f_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32fc_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32fc_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32fc_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32fc_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32fc_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32s_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32sc_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32sc_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32sc_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32sc_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32sc_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32u_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_32u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_32u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_64f_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_64f_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_64f_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_64f_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_64f_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8s_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C2R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C2R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8u_C2R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiAverageRelativeErrorGetBufferHostSize_8u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Buffer size for nppiAverageRelativeError_8u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.


Copyright © 2009-2019 NVIDIA Corporation