Package | Description |
---|---|
jcuda.jnpp |
Contains the classes of JNpp.
|
Modifier and Type | Method and Description |
---|---|
static int |
JNppi.nppiDilate_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 16-bit unsigned integer dilation, ignoring alpha-channel.
|
static int |
JNppi.nppiDilate_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 16-bit unsigned integer dilation.
|
static int |
JNppi.nppiDilate_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 16-bit unsigned integer dilation.
|
static int |
JNppi.nppiDilate_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiDilate_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point dilation, ignoring alpha-channel.
|
static int |
JNppi.nppiDilate_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 32-bit floating-point dilation.
|
static int |
JNppi.nppiDilate_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiDilate_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point dilation.
|
static int |
JNppi.nppiDilate_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiDilate_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 8-bit unsigned integer dilation.
|
static int |
JNppi.nppiDilate_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiDilate_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 8-bit unsigned integer dilation.
|
static int |
JNppi.nppiDilate3x3Border_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 dilation with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiDilate3x3Border_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 16-bit unsigned integer 3x3 dilation with border control.
|
static int |
JNppi.nppiDilate3x3Border_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 16-bit unsigned integer 3x3 dilation with border control.
|
static int |
JNppi.nppiDilate3x3Border_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 dilation with border control.
|
static int |
JNppi.nppiDilate3x3Border_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiDilate3x3Border_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 32-bit floating-point 3x3 dilation with border control.
|
static int |
JNppi.nppiDilate3x3Border_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiDilate3x3Border_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 32-bit floating-point 3x3 dilation with border control.
|
static int |
JNppi.nppiDilate3x3Border_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 dilation with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiDilate3x3Border_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiDilate3x3Border_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 8-bit unsigned integer 3x3 dilation with border control.
|
static int |
JNppi.nppiDilate3x3Border_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 dilation with border control.
|
static int |
JNppi.nppiDilateBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer dilation with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiDilateBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 16-bit unsigned integer dilation with border control.
|
static int |
JNppi.nppiDilateBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiDilateBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer dilation with border control.
|
static int |
JNppi.nppiDilateBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiDilateBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiDilateBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 32-bit floating-point dilation with border control.
|
static int |
JNppi.nppiDilateBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 32-bit floating-point dilation with border control.
|
static int |
JNppi.nppiDilateBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 8-bit unsigned integer dilation with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiDilateBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiDilateBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiDilateBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiErode_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiErode_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 16-bit unsigned integer erosion.
|
static int |
JNppi.nppiErode_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 16-bit unsigned integer erosion.
|
static int |
JNppi.nppiErode_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 16-bit unsigned integer erosion.
|
static int |
JNppi.nppiErode_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point erosion, ignoring alpha-channel.
|
static int |
JNppi.nppiErode_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiErode_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 32-bit floating-point erosion.
|
static int |
JNppi.nppiErode_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 32-bit floating-point erosion.
|
static int |
JNppi.nppiErode_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four-channel 8-bit unsigned integer erosion, ignoring alpha-channel.
|
static int |
JNppi.nppiErode_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single-channel 8-bit unsigned integer erosion.
|
static int |
JNppi.nppiErode_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three-channel 8-bit unsigned integer erosion.
|
static int |
JNppi.nppiErode_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiErode3x3Border_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiErode3x3Border_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 16-bit unsigned integer 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 16-bit unsigned integer 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 16-bit unsigned integer 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiErode3x3Border_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 32-bit floating-point 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiErode3x3Border_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 32-bit floating-point 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiErode3x3Border_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single-channel 8-bit unsigned integer 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three-channel 8-bit unsigned integer 3x3 erosion with border control.
|
static int |
JNppi.nppiErode3x3Border_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four-channel 8-bit unsigned integer 3x3 erosion with border control.
|
static int |
JNppi.nppiErodeBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer erosion with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiErodeBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 16-bit unsigned integer erosion with border control.
|
static int |
JNppi.nppiErodeBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 16-bit unsigned integer erosion with border control.
|
static int |
JNppi.nppiErodeBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 16-bit unsigned integer erosion with border control.
|
static int |
JNppi.nppiErodeBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiErodeBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 32-bit floating-point erosion with border control.
|
static int |
JNppi.nppiErodeBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 32-bit floating-point erosion with border control.
|
static int |
JNppi.nppiErodeBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 32-bit floating-point erosion with border control.
|
static int |
JNppi.nppiErodeBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 8-bit unsigned integer erosion with border control, ignoring alpha-channel.
|
static int |
JNppi.nppiErodeBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Single-channel 8-bit unsigned integer erosion with border control.
|
static int |
JNppi.nppiErodeBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Three-channel 8-bit unsigned integer erosion with border control.
|
static int |
JNppi.nppiErodeBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMask,
NppiSize oMaskSize,
NppiPoint oAnchor,
int eBorderType)
Four-channel 8-bit unsigned integer erosion with border control.
|
static int |
JNppi.nppiFilter_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 16-bit convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Single channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 16-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
JNppi.nppiFilter_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 16-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel channel 16-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit float convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter_32f_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 32-bit float convolution filter.
|
static int |
JNppi.nppiFilter_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp64f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 64-bit float convolution filter.
|
static int |
JNppi.nppiFilter_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Four channel 8-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
JNppi.nppiFilter_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor)
Three channel 8-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor) |
static int |
JNppi.nppiFilter32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 16-bit convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 16-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 16-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter32f_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 32-bit convolution filter.
|
static int |
JNppi.nppiFilter32f_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 8-bit signed convolution filter.
|
static int |
JNppi.nppiFilter32f_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit signed convolution filter.
|
static int |
JNppi.nppiFilter32f_8s16s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit to 16-bit signed convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 8-bit to 16-bit signed convolution filter.
|
static int |
JNppi.nppiFilter32f_8s16s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 8-bit to 16-bit signed convolution filter.
|
static int |
JNppi.nppiFilter32f_8s16s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned convolution filter, ignorint alpha channel.
|
static int |
JNppi.nppiFilter32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter32f_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Two channel 8-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned convolution filter.
|
static int |
JNppi.nppiFilter32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned to 16-bit signed convolution filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilter32f_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilter32f_8u16s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned to 16-bit signed convolution filter.
|
static int |
JNppi.nppiFilter32f_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_32f_C2R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 32-bit float convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit float convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel 8-bit unsigned convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Single channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Three channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int nDivisor,
int eBorderType)
Four channel channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit unsigned convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 16-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_AC4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_32s_C1R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C3R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_32s_C4R(TypedPointer<Npp32s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 32-bit convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit signed convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 8-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8s_C2R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder32f_8s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder32f_8s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8s16s_AC4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit to 16-bit signed convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Single channel 8-bit to 16-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8s16s_C3R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 8-bit to 16-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8s16s_C4R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit to 16-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder32f_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder32f_8u_C2R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Two channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder32f_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8u16s_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit unsigned to 16-bit signed convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterBorder32f_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterBorder32f_8u16s_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Three channel 8-bit unsigned to 16-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBorder32f_8u16s_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
NppiSize oKernelSize,
NppiPoint oAnchor,
int eBorderType)
Four channel 8-bit unsigned to 16-bit signed convolution filter with border control.
|
static int |
JNppi.nppiFilterBox_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit box filter, ignorting alpha channel.
|
static int |
JNppi.nppiFilterBox_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit box filter.
|
static int |
JNppi.nppiFilterBox_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterBox_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit box filter.
|
static int |
JNppi.nppiFilterBox_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned box filter, ignorting alpha channel.
|
static int |
JNppi.nppiFilterBox_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterBox_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned box filter.
|
static int |
JNppi.nppiFilterBox_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned box filter.
|
static int |
JNppi.nppiFilterBox_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point box filter, ignorting alpha channel.
|
static int |
JNppi.nppiFilterBox_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterBox_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 32-bit floating-point box filter.
|
static int |
JNppi.nppiFilterBox_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point box filter.
|
static int |
JNppi.nppiFilterBox_64f_C1R(TypedPointer<Npp64f> pSrc,
int nSrcStep,
TypedPointer<Npp64f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 64-bit floating-point box filter.
|
static int |
JNppi.nppiFilterBox_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned box filter, ignorting alpha channel.
|
static int |
JNppi.nppiFilterBox_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned box filter.
|
static int |
JNppi.nppiFilterBox_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterBox_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned box filter.
|
static int |
JNppi.nppiFilterGaussBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
JNppi.nppiFilterGaussBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 16-bit signed Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 16-bit signed Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 16-bit signed Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 16-bit unsigned Gauss filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterGaussBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 16-bit unsigned Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 16-bit unsigned Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 16-bit unsigned Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 32-bit floating-point Gauss filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterGaussBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 32-bit floating-point Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
JNppi.nppiFilterGaussBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 8-bit unsigned Gauss filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterGaussBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Three channel 8-bit unsigned Gauss filter with border control.
|
static int |
JNppi.nppiFilterGaussBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Four channel 8-bit unsigned Gauss filter with border control.
|
static int |
JNppi.nppiFilterMax_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit signed maximum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMax_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit signed maximum filter.
|
static int |
JNppi.nppiFilterMax_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit signed maximum filter.
|
static int |
JNppi.nppiFilterMax_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit signed maximum filter.
|
static int |
JNppi.nppiFilterMax_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned maximum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMax_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit unsigned maximum filter.
|
static int |
JNppi.nppiFilterMax_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned maximum filter.
|
static int |
JNppi.nppiFilterMax_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterMax_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point maximum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMax_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 32-bit floating-point maximum filter.
|
static int |
JNppi.nppiFilterMax_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 32-bit floating-point maximum filter.
|
static int |
JNppi.nppiFilterMax_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point maximum filter.
|
static int |
JNppi.nppiFilterMax_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned maximum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMax_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned maximum filter.
|
static int |
JNppi.nppiFilterMax_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned maximum filter.
|
static int |
JNppi.nppiFilterMax_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned maximum filter.
|
static int |
JNppi.nppiFilterMedian_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer) |
static int |
JNppi.nppiFilterMedian_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Single channel 16-bit signed median filter.
|
static int |
JNppi.nppiFilterMedian_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 16-bit signed median filter.
|
static int |
JNppi.nppiFilterMedian_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 16-bit signed median filter.
|
static int |
JNppi.nppiFilterMedian_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 16-bit unsigned median filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMedian_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer) |
static int |
JNppi.nppiFilterMedian_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 16-bit unsigned median filter.
|
static int |
JNppi.nppiFilterMedian_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 16-bit unsigned median filter.
|
static int |
JNppi.nppiFilterMedian_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 32-bit floating-point median filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMedian_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Single channel 32-bit floating-point median filter.
|
static int |
JNppi.nppiFilterMedian_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 32-bit floating-point median filter.
|
static int |
JNppi.nppiFilterMedian_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 32-bit floating-point median filter.
|
static int |
JNppi.nppiFilterMedian_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Four channel 8-bit unsigned median filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMedian_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Single channel 8-bit unsigned median filter.
|
static int |
JNppi.nppiFilterMedian_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer)
Three channel 8-bit unsigned median filter.
|
static int |
JNppi.nppiFilterMedian_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor,
TypedPointer<Npp8u> pBuffer) |
static int |
JNppi.nppiFilterMin_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit signed minimum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMin_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit signed minimum filter.
|
static int |
JNppi.nppiFilterMin_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit signed minimum filter.
|
static int |
JNppi.nppiFilterMin_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterMin_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned minimum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMin_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 16-bit unsigned minimum filter.
|
static int |
JNppi.nppiFilterMin_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 16-bit unsigned minimum filter.
|
static int |
JNppi.nppiFilterMin_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 16-bit unsigned minimum filter.
|
static int |
JNppi.nppiFilterMin_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor) |
static int |
JNppi.nppiFilterMin_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 32-bit floating-point minimum filter.
|
static int |
JNppi.nppiFilterMin_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 32-bit floating-point minimum filter.
|
static int |
JNppi.nppiFilterMin_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 32-bit floating-point minimum filter.
|
static int |
JNppi.nppiFilterMin_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned minimum filter, ignoring alpha channel.
|
static int |
JNppi.nppiFilterMin_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Single channel 8-bit unsigned minimum filter.
|
static int |
JNppi.nppiFilterMin_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Three channel 8-bit unsigned minimum filter.
|
static int |
JNppi.nppiFilterMin_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
NppiSize oMaskSize,
NppiPoint oAnchor)
Four channel 8-bit unsigned minimum filter.
|
static int |
JNppi.nppiFilterRowBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 16-bit 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_16u_AC4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 16-bit unsigned 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_16u_C3R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Three channel 16-bit unsigned 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_16u_C4R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 16-bit 1D row unsigned convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType)
Four channel 32-bit float 1D row convolution filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType)
Single channel 32-bit float 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType)
Three channel 32-bit float 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pKernel,
int nMaskSize,
int nAnchor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel 8-bit unsigned convolution 1D row filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterRowBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Single channel 8-bit unsigned 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterRowBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType) |
static int |
JNppi.nppiFilterRowBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
TypedPointer<Npp32s> pKernel,
int nMaskSize,
int nAnchor,
int nDivisor,
int eBorderType)
Four channel channel 8-bit unsigned 1D row convolution filter with border control.
|
static int |
JNppi.nppiFilterScharrHorizBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 32-bit floating-point horizontal Scharr filter kernel with border control.
|
static int |
JNppi.nppiFilterScharrHorizBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiFilterScharrHorizBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed horizontal Scharr filter kernel with border control.
|
static int |
JNppi.nppiFilterScharrVertBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 32-bit floating-point vertical Scharr filter kernel with border control.
|
static int |
JNppi.nppiFilterScharrVertBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit signed to 16-bit signed vertical Scharr filter kernel with border control.
|
static int |
JNppi.nppiFilterScharrVertBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed vertical Scharr filter kernel with border control.
|
static int |
JNppi.nppiFilterSobelCrossBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point second cross derivative Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelCrossBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed second cross derivative Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelCrossBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed second cross derivative Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned horizontal Sobel filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterSobelHorizBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 16-bit signed horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 16-bit signed horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point horizontal Sobel filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterSobelHorizBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 32-bit floating-point horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiFilterSobelHorizBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed horizontal Sobel filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterSobelHorizBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 8-bit unsigned horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
JNppi.nppiFilterSobelHorizMaskBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
JNppi.nppiFilterSobelHorizSecondBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point second derivative, horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelHorizSecondBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType) |
static int |
JNppi.nppiFilterSobelHorizSecondBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed second derivative, horizontal Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_16s_AC4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned vertical Sobel filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterSobelVertBorder_16s_C1R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiFilterSobelVertBorder_16s_C3R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiFilterSobelVertBorder_16s_C4R(TypedPointer<Npp16s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_32f_AC4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point vertical Sobel filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterSobelVertBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType) |
static int |
JNppi.nppiFilterSobelVertBorder_32f_C3R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 32-bit floating-point vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_32f_C4R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 32-bit floating-point vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_8u_AC4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 16-bit signed vertical Sobel filter with border control, ignoring alpha channel.
|
static int |
JNppi.nppiFilterSobelVertBorder_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Single channel 8-bit unsigned vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_8u_C3R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Three channel 8-bit unsigned vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_8u_C4R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp8u> pDst,
int nDstStep,
NppiSize oSizeROI,
int eBorderType)
Four channel 8-bit unsigned vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertMaskBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertSecondBorder_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp32f> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 32-bit floating-point second derivative, vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertSecondBorder_8s16s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit signed to 16-bit signed second derivative, vertical Sobel filter with border control.
|
static int |
JNppi.nppiFilterSobelVertSecondBorder_8u16s_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSrcSize,
NppiPoint oSrcOffset,
TypedPointer<Npp16s> pDst,
int nDstStep,
NppiSize oSizeROI,
int eMaskSize,
int eBorderType)
Single channel 8-bit unsigned to 16-bit signed second derivative, vertical Sobel filter with border control.
|
static int |
JNppi.nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image MinMaxIndx.
|
static int |
JNppi.nppiMinMaxIndx_16u_C1MR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 16-bit unsigned image MinMaxIndx.
|
static int |
JNppi.nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 16-bit unsigned short image.
|
static int |
JNppi.nppiMinMaxIndx_16u_C1R(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 16-bit unsigned short image.
|
static int |
JNppi.nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_16u_C3CMR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 16-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_16u_C3CR(TypedPointer<Npp16u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp16u> pMinValue,
TypedPointer<Npp16u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 16-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image MinMaxIndx.
|
static int |
JNppi.nppiMinMaxIndx_32f_C1MR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked one-channel 32-bit floating point image MinMaxIndx.
|
static int |
JNppi.nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_32f_C1R(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_32f_C3CMR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 32-bit floating point image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_32f_C3CR(TypedPointer<Npp32f> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp32f> pMinValue,
TypedPointer<Npp32f> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_8s_C1MR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 8-bit signed char image.
|
static int |
JNppi.nppiMinMaxIndx_8s_C1R(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 8-bit signed char image.
|
static int |
JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8s_C3CMR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit signed image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8s_C3CR(TypedPointer<Npp8s> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8s> pMinValue,
TypedPointer<Npp8s> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit signed image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_8u_C1MR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer) |
static int |
JNppi.nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 8-bit unsigned char image.
|
static int |
JNppi.nppiMinMaxIndx_8u_C1R(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Computes the minimal and the maximal pixel values with their X and Y coordinates of 1-channel 8-bit unsigned char image.
|
static int |
JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8u_C3CMR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
TypedPointer<Npp8u> pMask,
int nMaskStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Masked three-channel 8-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image MinMaxIndx affecting only single channel.
|
static int |
JNppi.nppiMinMaxIndx_8u_C3CR(TypedPointer<Npp8u> pSrc,
int nSrcStep,
NppiSize oSizeROI,
int nCOI,
TypedPointer<Npp8u> pMinValue,
TypedPointer<Npp8u> pMaxValue,
NppiPoint[] pMinIndex,
NppiPoint[] pMaxIndex,
TypedPointer<Npp8u> pDeviceBuffer)
Three-channel 8-bit unsigned image MinMaxIndx affecting only single channel.
|