NVIDIA Performance Primitives (NPP)  Version 9.1
Functions
FilterBorder32f

General purpose 2D convolution filter using floating-point weights with border control. More...

Functions

NppStatus nppiFilterBorder32f_8u_C1R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 8-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u_C2R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Two channel 8-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u_C3R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 8-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u_C4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u_AC4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit unsigned convolution filter with border control, ignorint alpha channel. More...
 
NppStatus nppiFilterBorder32f_8s_C1R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 8-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s_C2R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Two channel 8-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s_C3R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 8-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s_C4R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s_AC4R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit signed convolution filter with border control, ignoring alpha channel. More...
 
NppStatus nppiFilterBorder32f_16u_C1R (const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 16-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_16u_C3R (const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 16-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_16u_C4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 16-bit unsigned convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_16u_AC4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 16-bit unsigned convolution filter with border control, ignoring alpha channel. More...
 
NppStatus nppiFilterBorder32f_16s_C1R (const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 16-bit convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_16s_C3R (const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 16-bit convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_16s_C4R (const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 16-bit convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_16s_AC4R (const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 16-bit convolution filter with border control, ignoring alpha channel. More...
 
NppStatus nppiFilterBorder32f_32s_C1R (const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 32-bit convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_32s_C3R (const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 32-bit convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_32s_C4R (const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 32-bit convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_32s_AC4R (const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 32-bit convolution filter with border control, ignoring alpha channel. More...
 
NppStatus nppiFilterBorder32f_8u16s_C1R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 8-bit unsigned to 16-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u16s_C3R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 8-bit unsigned to 16-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u16s_C4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit unsigned to 16-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8u16s_AC4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit unsigned to 16-bit signed convolution filter with border control, ignoring alpha channel. More...
 
NppStatus nppiFilterBorder32f_8s16s_C1R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Single channel 8-bit to 16-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s16s_C3R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Three channel 8-bit to 16-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s16s_C4R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit to 16-bit signed convolution filter with border control. More...
 
NppStatus nppiFilterBorder32f_8s16s_AC4R (const Npp8s *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp32f *pKernel, NppiSize oKernelSize, NppiPoint oAnchor, NppiBorderType eBorderType)
 Four channel 8-bit to 16-bit signed convolution filter with border control, ignoring alpha channel. More...
 

Detailed Description

General purpose 2D convolution filter using floating-point weights with border control.

Pixels under the mask are multiplied by the respective weights in the mask and the results are summed. Before writing the result pixel the sum is scaled back via division by nDivisor. If any portion of the mask overlaps the source image boundary the requested border type operation is applied to all mask pixels which fall outside of the source image.

Currently only the NPP_BORDER_REPLICATE border type operation is supported.

Common parameters for nppiFilterBorder32f functions include:

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
oSrcSizeSource image width and height in pixels relative to pSrc.
oSrcOffsetThe pixel offset that pSrc points to relative to the origin of the source image.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oSizeROIRegion-of-Interest (ROI).
pKernelPointer to the start address of the kernel coefficient array. Coeffcients are expected to be stored in reverse order.
oKernelSizeWidth and Height of the rectangular kernel.
oAnchorX and Y offsets of the kernel origin frame of reference relative to the source pixel.
eBorderTypeThe border type operation to be applied at source image border boundaries.
Returns
Image Data Related Error Codes, ROI Related Error Codes

Function Documentation

NppStatus nppiFilterBorder32f_16s_AC4R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 16-bit convolution filter with border control, ignoring alpha channel.

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

NppStatus nppiFilterBorder32f_16s_C1R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 16-bit convolution filter with border control.

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

NppStatus nppiFilterBorder32f_16s_C3R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 16-bit convolution filter with border control.

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

NppStatus nppiFilterBorder32f_16s_C4R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 16-bit convolution filter with border control.

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

NppStatus nppiFilterBorder32f_16u_AC4R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 16-bit unsigned convolution filter with border control, ignoring alpha channel.

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

NppStatus nppiFilterBorder32f_16u_C1R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 16-bit unsigned convolution filter with border control.

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

NppStatus nppiFilterBorder32f_16u_C3R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 16-bit unsigned convolution filter with border control.

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

NppStatus nppiFilterBorder32f_16u_C4R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 16-bit unsigned convolution filter with border control.

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

NppStatus nppiFilterBorder32f_32s_AC4R ( const Npp32s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp32s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 32-bit convolution filter with border control, ignoring alpha channel.

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

NppStatus nppiFilterBorder32f_32s_C1R ( const Npp32s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp32s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 32-bit convolution filter with border control.

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

NppStatus nppiFilterBorder32f_32s_C3R ( const Npp32s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp32s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 32-bit convolution filter with border control.

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

NppStatus nppiFilterBorder32f_32s_C4R ( const Npp32s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp32s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 32-bit convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s16s_AC4R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit to 16-bit signed convolution filter with border control, ignoring alpha channel.

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

NppStatus nppiFilterBorder32f_8s16s_C1R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 8-bit to 16-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s16s_C3R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 8-bit to 16-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s16s_C4R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit to 16-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s_AC4R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit signed convolution filter with border control, ignoring alpha channel.

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

NppStatus nppiFilterBorder32f_8s_C1R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 8-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s_C2R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Two channel 8-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s_C3R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 8-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8s_C4R ( const Npp8s pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u16s_AC4R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit unsigned to 16-bit signed convolution filter with border control, ignoring alpha channel.

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

NppStatus nppiFilterBorder32f_8u16s_C1R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 8-bit unsigned to 16-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u16s_C3R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 8-bit unsigned to 16-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u16s_C4R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp16s pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit unsigned to 16-bit signed convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u_AC4R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit unsigned convolution filter with border control, ignorint alpha channel.

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

NppStatus nppiFilterBorder32f_8u_C1R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Single channel 8-bit unsigned convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u_C2R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Two channel 8-bit unsigned convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u_C3R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Three channel 8-bit unsigned convolution filter with border control.

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

NppStatus nppiFilterBorder32f_8u_C4R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSrcSize,
NppiPoint  oSrcOffset,
Npp8u pDst,
int  nDstStep,
NppiSize  oSizeROI,
const Npp32f pKernel,
NppiSize  oKernelSize,
NppiPoint  oAnchor,
NppiBorderType  eBorderType 
)

Four channel 8-bit unsigned convolution filter with border control.

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


Copyright © 2009-2017 NVIDIA Corporation