NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

Absolute value of each pixel value in an image. More...

Functions

NppStatus nppiAbs_16s_C1R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
 One 16-bit signed short channel image absolute value. More...
 
NppStatus nppiAbs_16s_C1IR (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 One 16-bit signed short channel in place image absolute value. More...
 
NppStatus nppiAbs_16s_C3R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
 Three 16-bit signed short channel image absolute value. More...
 
NppStatus nppiAbs_16s_C3IR (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 Three 16-bit signed short channel in place image absolute value. More...
 
NppStatus nppiAbs_16s_AC4R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
 Four 16-bit signed short channel image absolute value with unmodified alpha. More...
 
NppStatus nppiAbs_16s_AC4IR (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 Four 16-bit signed short channel in place image absolute value with unmodified alpha. More...
 
NppStatus nppiAbs_16s_C4R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
 Four 16-bit signed short channel image absolute value. More...
 
NppStatus nppiAbs_16s_C4IR (Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 Four 16-bit signed short channel in place image absolute value. More...
 
NppStatus nppiAbs_32f_C1R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 One 32-bit floating point channel image absolute value. More...
 
NppStatus nppiAbs_32f_C1IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 One 32-bit floating point channel in place image absolute value. More...
 
NppStatus nppiAbs_32f_C3R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 Three 32-bit floating point channel image absolute value. More...
 
NppStatus nppiAbs_32f_C3IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 Three 32-bit floating point channel in place image absolute value. More...
 
NppStatus nppiAbs_32f_AC4R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 Four 32-bit floating point channel image absolute value with unmodified alpha. More...
 
NppStatus nppiAbs_32f_AC4IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 Four 32-bit floating point channel in place image absolute value with unmodified alpha. More...
 
NppStatus nppiAbs_32f_C4R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
 Four 32-bit floating point channel image absolute value. More...
 
NppStatus nppiAbs_32f_C4IR (Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI)
 Four 32-bit floating point channel in place image absolute value. More...
 

Detailed Description

Absolute value of each pixel value in an image.

Function Documentation

NppStatus nppiAbs_16s_AC4IR ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

Four 16-bit signed short channel in place image absolute value with unmodified alpha.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_AC4R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

Four 16-bit signed short channel image absolute value with unmodified alpha.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_C1IR ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

One 16-bit signed short channel in place image absolute value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_C1R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

One 16-bit signed short channel image absolute value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_C3IR ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

Three 16-bit signed short channel in place image absolute value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_C3R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

Three 16-bit signed short channel image absolute value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_C4IR ( Npp16s pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

Four 16-bit signed short channel in place image absolute value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_16s_C4R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

Four 16-bit signed short channel image absolute value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_AC4IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

Four 32-bit floating point channel in place image absolute value with unmodified alpha.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_AC4R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

Four 32-bit floating point channel image absolute value with unmodified alpha.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_C1IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

One 32-bit floating point channel in place image absolute value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_C1R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

One 32-bit floating point channel image absolute value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_C3IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

Three 32-bit floating point channel in place image absolute value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_C3R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

Three 32-bit floating point channel image absolute value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_C4IR ( Npp32f pSrcDst,
int  nSrcDstStep,
NppiSize  oSizeROI 
)

Four 32-bit floating point channel in place image absolute value.

Parameters
pSrcDstIn-Place Image Pointer.
nSrcDstStepIn-Place-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus nppiAbs_32f_C4R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oSizeROI 
)

Four 32-bit floating point channel image absolute value.

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
Returns
Image Data Related Error Codes, ROI Related Error Codes

Copyright © 2009-2017 NVIDIA Corporation