B C F H I J M N R S T W X Y

N

Npp16s - Interface in jcuda.jnpp.types
Tagging interface for 16 bit signed types, corresponding to a Java short
Npp16sc - Class in jcuda.jnpp.types
Complex Number This struct represents a short complex number.
Npp16sc(short, short) - Constructor for class jcuda.jnpp.types.Npp16sc
Creates a new Npp16sc with the given values
Npp16u - Interface in jcuda.jnpp.types
Tagging interface for 16 bit unsigned types, corresponding to a Java short
Npp32f - Interface in jcuda.jnpp.types
Tagging interface for 32 bit floating point types, corresponding to a Java float
Npp32fc - Class in jcuda.jnpp.types
Complex Number This struct represents a single floating-point complex number.
Npp32fc(float, float) - Constructor for class jcuda.jnpp.types.Npp32fc
Creates a new Npp32fc with the given values
Npp32s - Interface in jcuda.jnpp.types
Tagging interface for 32 bit signed types, corresponding to a Java int
Npp32sc - Class in jcuda.jnpp.types
Complex Number This struct represents a signed int complex number.
Npp32sc(int, int) - Constructor for class jcuda.jnpp.types.Npp32sc
Creates a new Npp32sc with the given values
Npp32u - Interface in jcuda.jnpp.types
Tagging interface for 32 bit unsigned types, corresponding to a Java int
Npp64f - Interface in jcuda.jnpp.types
Tagging interface for 64 bit floating point types, corresponding to a Java double
Npp64fc - Class in jcuda.jnpp.types
Complex Number This struct represents a double floating-point complex number.
Npp64fc(double, double) - Constructor for class jcuda.jnpp.types.Npp64fc
Creates a new Npp64fc with the given values
Npp64s - Interface in jcuda.jnpp.types
Tagging interface for 64 bit signed types, corresponding to a Java long
Npp64sc - Class in jcuda.jnpp.types
Complex Number This struct represents a long long complex number.
Npp64sc(long, long) - Constructor for class jcuda.jnpp.types.Npp64sc
Creates a new Npp64sc with the given values
Npp64u - Interface in jcuda.jnpp.types
Tagging interface for 64 bit unsigned types, corresponding to a Java long
Npp8s - Interface in jcuda.jnpp.types
Tagging interface for 8 bit signed types, corresponding to a Java byte
Npp8u - Interface in jcuda.jnpp.types
Tagging interface for 8 bit unsigned types, corresponding to a Java byte
NPP_ADJUSTED_ROI_SIZE_WARNING - Static variable in class jcuda.jnpp.NppStatus
Indicates that in case of 422/411/420 sampling the ROI width/height was modified for proper processing.
NPP_AFFINE_QUAD_CHANGED_WARNING - Static variable in class jcuda.jnpp.NppStatus
Alias for NPP_AFFINE_QUAD_INCORRECT_WARNING resembling the IPP warning more closely.
NPP_AFFINE_QUAD_INCORRECT_WARNING - Static variable in class jcuda.jnpp.NppStatus
Indicates that the quadrangle passed to one of affine warping functions doesn't have necessary properties.
NPP_ALIGNMENT_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_ASSERT(boolean) - Static method in class jcuda.jnpp.JNppUtils
Simple assertion that throws a CudaException if the given argument is false
NPP_BAD_ARG_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_BOTH_AXIS - Static variable in class jcuda.jnpp.NppiAxis
 
NPP_CMP_EQ - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_GREATER - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_GREATER_EQ - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_LESS - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_CMP_LESS_EQ - Static variable in class jcuda.jnpp.NppCmpOp
 
NPP_COEFF_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_CUDA_1_0 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.0 capable device is default device on machine
NPP_CUDA_1_1 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.1 capable device
NPP_CUDA_1_2 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.2 capable device
NPP_CUDA_1_3 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 1.3 or better is default device on machine
NPP_CUDA_2_0 - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that CUDA 2.0 or better is default device on machine
NPP_CUDA_KERNEL_EXECUTION_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_CUDA_NOT_CAPABLE - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that no CUDA capable device was found on machine
NPP_CUDA_UNKNOWN_VERSION - Static variable in class jcuda.jnpp.NppGpuComputeCapability
Indicates that the compute-capability query failed
NPP_DOUBLE_SIZE_WARNING - Static variable in class jcuda.jnpp.NppStatus
Alias for the ADJUSTED_ROI_SIZE_WARNING, this name is closer to IPP's original warning enum.
NPP_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_HAAR_CLASSIFIER_PIXEL_MATCH_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_HISTO_NUMBER_OF_LEVELS_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_HORIZONTAL_AXIS - Static variable in class jcuda.jnpp.NppiAxis
 
NPP_INTERPOLATION_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_INVALID_INPUT - Static variable in class jcuda.jnpp.NppStatus
 
NPP_LUT_NUMBER_OF_LEVELS_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MAX_16S - Static variable in class jcuda.jnpp.JNpp
Maximum 16-bit signed integer
NPP_MAX_16U - Static variable in class jcuda.jnpp.JNpp
Maximum 16-bit unsigned integer
NPP_MAX_32S - Static variable in class jcuda.jnpp.JNpp
Maximum 32-bit signed integer
NPP_MAX_32U - Static variable in class jcuda.jnpp.JNpp
Maximum 32-bit unsigned integer
NPP_MAX_8S - Static variable in class jcuda.jnpp.JNpp
Maximum 8-bit signed integer
NPP_MAX_8U - Static variable in class jcuda.jnpp.JNpp
Maximum 8-bit unsigned integer
NPP_MEM_ALLOC_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MEMCPY_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MEMFREE_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MEMSET_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MIN_16S - Static variable in class jcuda.jnpp.JNpp
Minimum 16-bit signed integer
NPP_MIN_16U - Static variable in class jcuda.jnpp.JNpp
Minimum 16-bit unsigned integer
NPP_MIN_32S - Static variable in class jcuda.jnpp.JNpp
Minimum 32-bit signed integer
NPP_MIN_32U - Static variable in class jcuda.jnpp.JNpp
Minimum 32-bit unsigned integer
NPP_MIN_8S - Static variable in class jcuda.jnpp.JNpp
Minimum 8-bit signed integer
NPP_MIN_8U - Static variable in class jcuda.jnpp.JNpp
Minimum 8-bit unsigned integer
NPP_MIRROR_FLIP_ERR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_MISALIGNED_DST_ROI_WARNING - Static variable in class jcuda.jnpp.NppStatus
Speed reduction due to uncoalesced memory accesses warning.
NPP_NO_ERROR - Static variable in class jcuda.jnpp.NppStatus
Error free operation
NPP_NOT_EVEN_STEP_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_NOT_IMPLEMENTED_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_NOT_SUPPORTED_MODE_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_NULL_POINTER_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_ODD_ROI_WARNING - Static variable in class jcuda.jnpp.NppStatus
Indicates that for 422/411/420 sampling the ROI width/height was forced to even value.
NPP_POINTER_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_QUAD_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RECT_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RESIZE_FACTOR_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RESIZE_NO_OPERATION_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_RND_FINANCIAL - Static variable in class jcuda.jnpp.NppRoundMode
 
NPP_RND_NEAR - Static variable in class jcuda.jnpp.NppRoundMode
 
NPP_RND_ZERO - Static variable in class jcuda.jnpp.NppRoundMode
 
NPP_ROUND_MODE_NOT_SUPPORTED_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_SIZE_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_STEP_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_SUCCESS - Static variable in class jcuda.jnpp.NppStatus
Successful operation (same as NPP_NO_ERROR)
NPP_TEXTURE_BIND_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NPP_VERSION_BUILD - Static variable in class jcuda.jnpp.JNpp
Build number.
NPP_VERSION_MAJOR - Static variable in class jcuda.jnpp.JNpp
Major version number
NPP_VERSION_MINOR - Static variable in class jcuda.jnpp.JNpp
Minor version number
NPP_VERTICAL_AXIS - Static variable in class jcuda.jnpp.NppiAxis
 
NPP_WARNING - Static variable in class jcuda.jnpp.NppStatus
 
NPP_WRONG_INTERSECTION_QUAD_WARNING - Static variable in class jcuda.jnpp.NppStatus
 
NPP_WRONG_INTERSECTION_ROI_ERROR - Static variable in class jcuda.jnpp.NppStatus
 
NppCmpOp - Class in jcuda.jnpp
Comparison operations
nppGetGpuComputeCapability() - Static method in class jcuda.jnpp.JNpp.Core
What CUDA compute model is supported by the default CUDA device?
nppGetGpuName() - Static method in class jcuda.jnpp.JNpp.Core
Get the name of the default CUDA device.
nppGetGpuNumSMs() - Static method in class jcuda.jnpp.JNpp.Core
Get the number of Streaming Multiprocessors (SM) on the default CUDA device.
nppGetLibVersion() - Static method in class jcuda.jnpp.JNpp.Core
Get the NPP library version.
NppGpuComputeCapability - Class in jcuda.jnpp
GPU Compute Capabilities
NPPI_FROM_411_TO_420 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_411_TO_422 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_411_TO_444 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_420_TO_411 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_420_TO_422 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_420_TO_444 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_422_TO_411 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_422_TO_420 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_422_TO_444 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_444_TO_411 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_444_TO_420 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_444_TO_422 - Static variable in class jcuda.jnpp.NppiSamplingConvMode
 
NPPI_FROM_RGB_TO_YCBCR - Static variable in class jcuda.jnpp.NppiColorConvMode
 
NPPI_FROM_YCBCR_TO_RGB - Static variable in class jcuda.jnpp.NppiColorConvMode
 
NPPI_INTER_CUBIC - Static variable in class jcuda.jnpp.FilteringMethod
Cubic interpolation.
NPPI_INTER_LANCZOS - Static variable in class jcuda.jnpp.FilteringMethod
Lanczos filtering.
NPPI_INTER_LINEAR - Static variable in class jcuda.jnpp.FilteringMethod
Linear interpolation.
NPPI_INTER_NN - Static variable in class jcuda.jnpp.FilteringMethod
Nearest neighbor filtering.
NPPI_INTER_SUPER - Static variable in class jcuda.jnpp.FilteringMethod
???
NPPI_OP_ALPHA_ATOP - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_ATOP_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_IN - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_IN_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OUT - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OUT_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OVER - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_OVER_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_PLUS - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_PLUS_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_XOR - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_OP_ALPHA_XOR_PREMUL - Static variable in class jcuda.jnpp.NppiAlphaOp
 
NPPI_SMOOTH_EDGE - Static variable in class jcuda.jnpp.FilteringMethod
Smooth edge filtering.
nppiAbs_16s_AC4IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image absolute value with unmodified alpha.
nppiAbs_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image absolute value with unmodified alpha.
nppiAbs_16s_C1IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image absolute value.
nppiAbs_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image absolute value.
nppiAbs_16s_C3IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image absolute value.
nppiAbs_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image absolute value.
nppiAbs_16s_C4IR(TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image absolute value.
nppiAbs_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image absolute value.
nppiAbs_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image absolute value with unmodified alpha.
nppiAbs_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image absolute value with unmodified alpha.
nppiAbs_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image absolute value.
nppiAbs_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image absolute value.
nppiAbs_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image absolute value.
nppiAbs_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image absolute value.
nppiAbs_32f_C4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image absolute value.
nppiAbs_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image absolute value.
nppiAbsDiff_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel absolute difference of image1 minus image2.
nppiAbsDiff_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel absolute difference of image1 minus image2.
nppiAbsDiff_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel absolute difference of image1 minus image2.
nppiAbsDiffC_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image absolute difference with constant.
nppiAbsDiffC_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image absolute difference with constant.
nppiAbsDiffC_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image absolute difference with constant.
nppiAdd_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image addition.
nppiAdd_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image addition.
nppiAdd_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image addition.
nppiAdd_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image addition.
nppiAdd_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image addition.
nppiAdd_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image addition.
nppiAdd_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image addition.
nppiAdd_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image addition.
nppiAdd_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition.
nppiAdd_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition.
nppiAdd_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
nppiAdd_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
nppiAdd_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
nppiAdd_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
nppiAdd_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image addition.
nppiAdd_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image addition.
nppiAdd_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image add.
nppiAdd_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAdd_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image addition, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiAddC_16s_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_16u_AC4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C3IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image add constant, scale, then clamp to saturated value.
nppiAddC_32f_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image add constant.
nppiAddC_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image add constant.
nppiAddC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image add constant.
nppiAddC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image add constant.
nppiAddC_32f_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image add constant.
nppiAddC_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image add constant.
nppiAddC_32f_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image add constant.
nppiAddC_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image add constant.
nppiAddC_32fc_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image add constant.
nppiAddC_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image add constant.
nppiAddC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nppiAddC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
nppiAddC_32fc_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nppiAddC_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
nppiAddC_32fc_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image add constant.
nppiAddC_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image add constant.
nppiAddC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
nppiAddC_32s_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_AC4IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image add constant, scale, then clamp to saturated value.
nppiAddC_8u_AC4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image add constant, scale, then clamp to saturated value.
nppiAddC_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C3IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image add constant, scale, then clamp to saturated value.
nppiAddC_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image add constant, scale, then clamp to saturated value.
nppiAddProduct_16u32f_C1IMR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddProduct_16u32f_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image product added to in place floating point destination image.
nppiAddProduct_32f_C1IMR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddProduct_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image product added to in place floating point destination image.
nppiAddProduct_8u32f_C1IMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image product added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddProduct_8u32f_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image product added to in place floating point destination image.
nppiAddSquare_16u32f_C1IMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddSquare_16u32f_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image squared then added to in place floating point destination image.
nppiAddSquare_32f_C1IMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddSquare_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image squared then added to in place floating point destination image.
nppiAddSquare_8u32f_C1IMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddSquare_8u32f_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image squared then added to in place floating point destination image.
nppiAddWeighted_16u32f_C1IMR(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddWeighted_16u32f_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel alpha weighted image added to in place floating point destination image.
nppiAddWeighted_32f_C1IMR(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddWeighted_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel alpha weighted image added to in place floating point destination image.
nppiAddWeighted_8u32f_C1IMR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
nppiAddWeighted_8u32f_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, float) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel alpha weighted image added to in place floating point destination image.
nppiAlphaComp_16s_AC1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_16u_AC1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32f_AC1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
nppiAlphaComp_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image composition using image alpha values (0.0 - 1.0).
nppiAlphaComp_32s_AC1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32u_AC1R(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_32u_AC4R(TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, TypedPointer<Npp32u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit unsigned integer channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_8s_AC1R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_8u_AC1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaComp_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image composition using image alpha values (0 - max channel pixel value).
nppiAlphaCompC_16s_C1R(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image composition using constant alpha.
nppiAlphaCompC_16u_AC4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image composition with alpha using constant source alpha.
nppiAlphaCompC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image composition using constant alpha.
nppiAlphaCompC_16u_C3R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image composition using constant alpha.
nppiAlphaCompC_16u_C4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image composition using constant alpha.
nppiAlphaCompC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image composition using constant alpha.
nppiAlphaCompC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image composition using constant alpha.
nppiAlphaCompC_32u_C1R(TypedPointer<Npp32u>, int, int, TypedPointer<Npp32u>, int, int, TypedPointer<Npp32u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit unsigned integer channel image composition using constant alpha.
nppiAlphaCompC_8s_C1R(TypedPointer<Npp8s>, int, byte, TypedPointer<Npp8s>, int, byte, TypedPointer<Npp8s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel image composition using constant alpha.
nppiAlphaCompC_8u_AC4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image composition with alpha using constant source alpha.
nppiAlphaCompC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image composition using constant alpha.
nppiAlphaCompC_8u_C3R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image composition using constant alpha.
nppiAlphaCompC_8u_C4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image composition using constant alpha.
NppiAlphaOp - Class in jcuda.jnpp
Alpha operators
nppiAlphaPremul_16u_AC4IR(TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremul_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremul_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremul_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image premultiplication with pixel alpha (0 - max channel pixel value).
nppiAlphaPremulC_16u_AC4IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_16u_AC4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C3IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C3R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C4IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_16u_C4R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image premultiplication using constant alpha.
nppiAlphaPremulC_8u_AC4IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_8u_AC4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image premultiplication with alpha using constant alpha.
nppiAlphaPremulC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C3IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C3R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C4IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image premultiplication using constant alpha.
nppiAlphaPremulC_8u_C4R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image premultiplication using constant alpha.
nppiAnd_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and with unmodified alpha.
nppiAnd_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and with unmodified alpha.
nppiAnd_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical and.
nppiAnd_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical and.
nppiAnd_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical and.
nppiAnd_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical and.
nppiAnd_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and.
nppiAnd_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and.
nppiAnd_32s_AC4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and with unmodified alpha.
nppiAnd_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and with unmodified alpha.
nppiAnd_32s_C1IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical and.
nppiAnd_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical and.
nppiAnd_32s_C3IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical and.
nppiAnd_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical and.
nppiAnd_32s_C4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and.
nppiAnd_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and.
nppiAnd_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and with unmodified alpha.
nppiAnd_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and with unmodified alpha.
nppiAnd_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical and.
nppiAnd_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical and.
nppiAnd_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical and.
nppiAnd_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical and.
nppiAnd_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and.
nppiAnd_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and.
nppiAndC_16u_AC4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and with constant with unmodified alpha.
nppiAndC_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and with constant with unmodified alpha.
nppiAndC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical and with constant.
nppiAndC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical and with constant.
nppiAndC_16u_C3IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical and with constant.
nppiAndC_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical and with constant.
nppiAndC_16u_C4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical and with constant.
nppiAndC_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical and with constant.
nppiAndC_32s_AC4IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and with constant with unmodified alpha.
nppiAndC_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and with constant with unmodified alpha.
nppiAndC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical and with constant.
nppiAndC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical and with constant.
nppiAndC_32s_C3IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical and with constant.
nppiAndC_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical and with constant.
nppiAndC_32s_C4IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical and with constant.
nppiAndC_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical and with constant.
nppiAndC_8u_AC4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and with constant with unmodified alpha.
nppiAndC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and with constant with unmodified alpha.
nppiAndC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical and with constant.
nppiAndC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical and with constant.
nppiAndC_8u_C3IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical and with constant.
nppiAndC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical and with constant.
nppiAndC_8u_C4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical and with constant.
nppiAndC_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical and with constant.
NppiAxis - Class in jcuda.jnpp
Axis identifiers
NppiColorConvMode - Class in jcuda.jnpp
Color Conversion Modes
nppiColorTwist32f_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, float[][]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned color twist, not affecting Alpha.
nppiColorTwist32f_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, float[][]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned color twist.
nppiColorTwist32f_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize, float[][]) - Static method in class jcuda.jnpp.JNppi
3 channel planar 8-bit unsigned color twist.
nppiCompare_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image compare.
nppiCompare_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image compare, not affecting Alpha.
nppiCompare_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image compare.
nppiConvert_16s32f_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit singedto 32-bit floating point conversion.
nppiConvert_16s32s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit to 32-bit conversion.
nppiConvert_16s8u_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed to 8-bit unsigned conversion, not affecting Alpha.
nppiConvert_16s8u_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed to 8-bit unsigned conversion.
nppiConvert_16s8u_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed to 8-bit unsignedconversion, not affecting Alpha.
nppiConvert_16u32f_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned to 32-bit floating point conversion.
nppiConvert_16u32s_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned to 32-bit signed conversion.
nppiConvert_16u8u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned to 8-bit unsigned conversion, not affecting Alpha.
nppiConvert_16u8u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned to 8-bit unsigned conversion.
nppiConvert_16u8u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned to 8-bit unsigned conversion.
nppiConvert_32f16s_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit floating point to 16-bit conversion.
nppiConvert_32f16u_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit floating point to 16-bit unsigned conversion.
nppiConvert_32f8u_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit floating point to 8-bit unsigned conversion.
nppiConvert_8u16s_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned to 16-bit signed conversion, not affecting Alpha.
nppiConvert_8u16s_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned to 16-bit signed conversion.
nppiConvert_8u16s_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned to 16-bit signed conversion.
nppiConvert_8u16u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned to 16-bit unsigned conversion, not affecting Alpha.
nppiConvert_8u16u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned to 16-bit unsigned conversion.
nppiConvert_8u16u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned to 16-bit unsigned conversion.
nppiConvert_8u32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned to 32-bit floating point conversion.
nppiCopy_16s_AC4MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit signed image copy, ignoring alpha.
nppiCopy_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image copy, not affecting Alpha.
nppiCopy_16s_C1C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 16-bit signed image copy.
nppiCopy_16s_C1C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 16-bit signed image copy.
nppiCopy_16s_C1MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 16-bit signed image copy.
nppiCopy_16s_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit image copy.
nppiCopy_16s_C3C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 16-bit signed image copy.
nppiCopy_16s_C3CR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit signed image copy for three-channel images.
nppiCopy_16s_C3MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 16-bit signed image copy.
nppiCopy_16s_C3P3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit signed packed to planar image copy.
nppiCopy_16s_C4C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 16-bit signed image copy.
nppiCopy_16s_C4CR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit signed image copy for four-channel images.
nppiCopy_16s_C4MR(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit signed image copy.
nppiCopy_16s_C4P4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit signed packed to planar image copy.
nppiCopy_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image copy.
nppiCopy_16s_P3C3R(TypedPointer<Npp16s>[], int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit signed planar to packed image copy.
nppiCopy_16s_P4C4R(TypedPointer<Npp16s>[], int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit signed planar to packed image copy.
nppiCopy_16sc_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit complex image copy, ignoring alpha.
nppiCopy_16sc_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex image copy.
nppiCopy_16sc_C2R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 16-bit complex image copy.
nppiCopy_16sc_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit complex image copy.
nppiCopy_16sc_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit complex image copy.
nppiCopy_16u_AC4MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit unsigned image copy, ignoring alpha.
nppiCopy_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
nppiCopy_16u_C1C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 16-bit unsigned image copy.
nppiCopy_16u_C1C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 16-bit unsigned image copy.
nppiCopy_16u_C1MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 16-bit unsigned image copy.
nppiCopy_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image copy.
nppiCopy_16u_C3C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 16-bit unsigned image copy.
nppiCopy_16u_C3CR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit unsigned image copy for three-channel images.
nppiCopy_16u_C3MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 16-bit unsigned image copy.
nppiCopy_16u_C3P3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned packed to planar image copy.
nppiCopy_16u_C4C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 16-bit unsigned image copy.
nppiCopy_16u_C4CR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 16-bit unsigned image copy for four-channel images.
nppiCopy_16u_C4MR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 16-bit unsigned image copy.
nppiCopy_16u_C4P4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned packed to planar image copy.
nppiCopy_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image copy.
nppiCopy_16u_P3C3R(TypedPointer<Npp16u>[], int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 16-bit unsigned planar to packed image copy.
nppiCopy_16u_P4C4R(TypedPointer<Npp16u>[], int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 16-bit unsigned planar to packed image copy.
nppiCopy_32f_AC4MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit float image copy, ignoring alpha.
nppiCopy_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image copy, not affecting Alpha.
nppiCopy_32f_C1C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 32-bit float image copy.
nppiCopy_32f_C1C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 32-bit float image copy.
nppiCopy_32f_C1MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 32-bit float image copy.
nppiCopy_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image copy.
nppiCopy_32f_C3C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 32-bit float image copy.
nppiCopy_32f_C3CR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit float image copy for three-channel images.
nppiCopy_32f_C3MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 32-bit float image copy.
nppiCopy_32f_C3P3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit float packed to planar image copy.
nppiCopy_32f_C4C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 32-bit float image copy.
nppiCopy_32f_C4CR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit float image copy for four-channel images.
nppiCopy_32f_C4MR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit float image copy.
nppiCopy_32f_C4P4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit float packed to planar image copy.
nppiCopy_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image copy.
nppiCopy_32f_P3C3R(TypedPointer<Npp32f>[], int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit float planar to packed image copy.
nppiCopy_32f_P4C4R(TypedPointer<Npp32f>[], int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit float planar to packed image copy.
nppiCopy_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point complex image copy, ignoring alpha.
nppiCopy_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating-point complex image copy.
nppiCopy_32fc_C2R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 32-bit floating-point complex image copy.
nppiCopy_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit floating-point complex image copy.
nppiCopy_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit floating-point complex image copy.
nppiCopy_32s_AC4MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit signed image copy, ignoring alpha.
nppiCopy_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image copy, not affecting Alpha.
nppiCopy_32s_C1C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 32-bit signed image copy.
nppiCopy_32s_C1C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 32-bit signed image copy.
nppiCopy_32s_C1MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 32-bit signed image copy.
nppiCopy_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit image copy.
nppiCopy_32s_C3C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 32-bit signed image copy.
nppiCopy_32s_C3CR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit signed image copy for three-channel images.
nppiCopy_32s_C3MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 32-bit signed image copy.
nppiCopy_32s_C3P3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed packed to planar image copy.
nppiCopy_32s_C4C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 32-bit signed image copy.
nppiCopy_32s_C4CR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 32-bit signed image copy for four-channel images.
nppiCopy_32s_C4MR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 32-bit signed image copy.
nppiCopy_32s_C4P4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed packed to planar image copy.
nppiCopy_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image copy.
nppiCopy_32s_P3C3R(TypedPointer<Npp32s>[], int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit signed planar to packed image copy.
nppiCopy_32s_P4C4R(TypedPointer<Npp32s>[], int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit signed planar to packed image copy.
nppiCopy_32sc_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit complex image copy, ignoring alpha.
nppiCopy_32sc_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit complex image copy.
nppiCopy_32sc_C2R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 32-bit complex image copy.
nppiCopy_32sc_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 32-bit complex image copy.
nppiCopy_32sc_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 32-bit complex image copy.
nppiCopy_8s_AC4R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit image copy, ignoring alpha channel.
nppiCopy_8s_C1R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit image copy.
nppiCopy_8s_C2R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two-channel 8-bit image copy.
nppiCopy_8s_C3R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit image copy.
nppiCopy_8s_C4R(TypedPointer<Npp8s>, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit image copy.
nppiCopy_8u_AC4MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 8-bit unsigned image copy, ignoring alpha.
nppiCopy_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image copy, not affecting Alpha channel.
nppiCopy_8u_C1C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to three-channel 8-bit unsigned image copy.
nppiCopy_8u_C1C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single-channel to four-channel 8-bit unsigned image copy.
nppiCopy_8u_C1MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation 8-bit unsigned image copy.
nppiCopy_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image copy.
nppiCopy_8u_C3C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel to single-channel 8-bit unsigned image copy.
nppiCopy_8u_C3CR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 8-bit unsigned image copy for three-channel images.
nppiCopy_8u_C3MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation three channel 8-bit unsigned image copy.
nppiCopy_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned packed to planar image copy.
nppiCopy_8u_C4C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel to single-channel 8-bit unsigned image copy.
nppiCopy_8u_C4CR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Select-channel 8-bit unsigned image copy for four-channel images.
nppiCopy_8u_C4MR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
\ref masked_operation four channel 8-bit unsigned image copy.
nppiCopy_8u_C4P4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned packed to planar image copy.
nppiCopy_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image copy.
nppiCopy_8u_P3C3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three-channel 8-bit unsigned planar to packed image copy.
nppiCopy_8u_P4C4R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four-channel 8-bit unsigned planar to packed image copy.
nppiCopyConstBorder_32s_C1R(TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp32s>, int, NppiSize, int, int, int) - Static method in class jcuda.jnpp.JNppi
32-bit image copy with constant border color.
nppiCopyConstBorder_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int, NppiSize, int, int, byte[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image copy with constant border color.
nppiCopyConstBorder_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int, NppiSize, int, int, byte) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image copy width constant border color.
nppiCopyConstBorder_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int, NppiSize, int, int, byte[]) - Static method in class jcuda.jnpp.JNppi
4channel 8-bit unsigned image copy with constant border color.
nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16u>, NppiSize) - Static method in class jcuda.jnpp.JNppi
Forward DCT, quantization and level shift part of the JPEG encoding.
nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R(TypedPointer<Npp16s>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp16u>, NppiSize) - Static method in class jcuda.jnpp.JNppi
Inverse DCT, de-quantization and level shift part of the JPEG decoding.
nppiDilate_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image dilation.
nppiDilate_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image dilation.
nppiDiv_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image division.
nppiDiv_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image division.
nppiDiv_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image division.
nppiDiv_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image division.
nppiDiv_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image division.
nppiDiv_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image division.
nppiDiv_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image division.
nppiDiv_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image division.
nppiDiv_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division.
nppiDiv_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division.
nppiDiv_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
nppiDiv_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
nppiDiv_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
nppiDiv_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
nppiDiv_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image division.
nppiDiv_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image division.
nppiDiv_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image division.
nppiDiv_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image division with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDiv_Round_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image division, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiDivC_16s_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_AC4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C3IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32f_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image divided by constant.
nppiDivC_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image divided by constant.
nppiDivC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image divided by constant.
nppiDivC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image divided by constant.
nppiDivC_32f_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image divided by constant.
nppiDivC_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image divided by constant.
nppiDivC_32f_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image divided by constant.
nppiDivC_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image divided by constant.
nppiDivC_32fc_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image divided by constant.
nppiDivC_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image divided by constant.
nppiDivC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nppiDivC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
nppiDivC_32fc_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nppiDivC_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
nppiDivC_32fc_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image divided by constant.
nppiDivC_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image divided by constant.
nppiDivC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32s_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_AC4IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_AC4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C3IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image divided by constant, scale, then clamp to saturated value.
nppiDivC_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image divided by constant, scale, then clamp to saturated value.
nppiErode_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image erosion.
nppiErode_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image erosion.
nppiEvenLevelsHost_32s(TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
Compute levels with even distribution.
nppiExp_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image exponential.
nppiExp_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image exponential.
nppiExp_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image exponential.
nppiExp_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image exponential.
nppiExp_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiExp_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image exponential, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiFilter_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, NppiSize, NppiPoint, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned convolution filter.
nppiFilter_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, NppiSize, NppiPoint, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned convolution filter.
nppiFilterBox_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned box filter.
nppiFilterBox_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned box filter.
nppiFilterColumn_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (column) image convolution.
nppiFilterColumn_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned 1D (column) image convolution.
nppiFilterMax_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned maximum filter.
nppiFilterMax_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned maximum filter.
nppiFilterMin_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned minimum filter.
nppiFilterMin_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, NppiSize, NppiPoint) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned minimum filter.
nppiFilterRow_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (row) image convolution.
nppiFilterRow_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned 1D (row) image convolution.
nppiFree(Pointer) - Static method in class jcuda.jnpp.JNppi
Free method for any 2D allocated memory.
nppiGetAffineBound(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates bounding box of the affine transform projection of the given source rectangular ROI
nppiGetAffineQuad(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates affine transform projection of given source rectangular ROI
nppiGetAffineTransform(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates affine transform coefficients given source rectangular ROI and its destination quadrangle projection
nppiGetPerspectiveBound(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates bounding box of the perspective transform projection of the given source rectangular ROI
nppiGetPerspectiveQuad(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates perspective transform projection of given source rectangular ROI
nppiGetPerspectiveTransform(NppiRect, double[][], double[][]) - Static method in class jcuda.jnpp.JNppi
Calculates perspective transform coefficients given source rectangular ROI and its destination quadrangle projection
nppiGetRotateBound(NppiRect, double[][], double, double, double) - Static method in class jcuda.jnpp.JNppi
Compute bounding-box of rotated image.
nppiGetRotateQuad(NppiRect, double[][], double, double, double) - Static method in class jcuda.jnpp.JNppi
Compute shape of rotated image.
nppiGraphcut8_32s8u(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int, NppiSize, TypedPointer<Npp8u>, int, NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
Graphcut of a flow network (32bit signed integer edge capacities).
nppiGraphcut8GetSize(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Calculates the size of the temporary buffer for graph-cut with 8 neighborhood labeling.
nppiGraphcut8InitAlloc(NppiSize, NppiGraphcutState[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
Allocates and initializes the graph-cut state structure and additional resources for graph-cut with 8 neighborhood labeling.
nppiGraphcut_32s8u(TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, int, NppiSize, TypedPointer<Npp8u>, int, NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
Graphcut of a flow network (32bit signed integer edge capacities).
nppiGraphcutFree(NppiGraphcutState) - Static method in class jcuda.jnpp.JNppi
Frees the additional resources of the graph-cut state structure.
nppiGraphcutGetSize(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Calculates the size of the temporary buffer for graph-cut with 4 neighborhood labeling.
nppiGraphcutInitAlloc(NppiSize, NppiGraphcutState[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
Initializes graph-cut state structure and allocates additional resources for graph-cut with 8 neighborhood labeling.
NppiGraphcutState - Class in jcuda.jnpp
Java port of a NppiGraphcutState
NppiGraphcutState() - Constructor for class jcuda.jnpp.NppiGraphcutState
Creates a new, uninitialized NppiGraphcutState
NppiHaarBuffer - Class in jcuda.jnpp
TODO: Not implemented yet!
NppiHaarBuffer() - Constructor for class jcuda.jnpp.NppiHaarBuffer
 
NppiHaarClassifier_32f - Class in jcuda.jnpp
TODO: Not implemented yet!
NppiHaarClassifier_32f() - Constructor for class jcuda.jnpp.NppiHaarClassifier_32f
 
nppiHistogramEven_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as the last channel) 16-bit signed histogram with evenly distributed bins.
nppiHistogramEven_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>, int, int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit signed histogram with evenly distributed bins.
nppiHistogramEven_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed histogram with evenly distributed bins.
nppiHistogramEven_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as the last channel) 16-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as the last channel) 8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, int, int, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEven_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], int[], int[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned histogram with evenly distributed bins.
nppiHistogramEvenGetBufferSize_16s_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_AC4R.
nppiHistogramEvenGetBufferSize_16s_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_C1R.
nppiHistogramEvenGetBufferSize_16s_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16s_C4R.
nppiHistogramEvenGetBufferSize_16u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_AC4R.
nppiHistogramEvenGetBufferSize_16u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_C1R.
nppiHistogramEvenGetBufferSize_16u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_16u_C4R.
nppiHistogramEvenGetBufferSize_8u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_AC4R.
nppiHistogramEvenGetBufferSize_8u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_C1R.
nppiHistogramEvenGetBufferSize_8u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramEven_8u_C4R.
nppiHistogramRange_16s_AC4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 16-bit signed histogram with bins determined by pLevels.
nppiHistogramRange_16s_C1R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit signed histogram with bins determined by pLevels array.
nppiHistogramRange_16s_C4R(TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed histogram with bins determined by pLevels.
nppiHistogramRange_16u_AC4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 16-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_16u_C1R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned histogram with bins determined by pLevels array.
nppiHistogramRange_16u_C4R(TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_32f_AC4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32f>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 32-bit float histogram with bins determined by pLevels.
nppiHistogramRange_32f_C1R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32f>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
32-bit float histogram with bins determined by pLevels array.
nppiHistogramRange_32f_C4R(TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32f>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float histogram with bins determined by pLevels.
nppiHistogramRange_8u_AC4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel (alpha as a last channel) 8-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRange_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned histogram with bins determined by pLevels array.
nppiHistogramRange_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned histogram with bins determined by pLevels.
nppiHistogramRangeGetBufferSize_16s_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_AC4R.
nppiHistogramRangeGetBufferSize_16s_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_C1R.
nppiHistogramRangeGetBufferSize_16s_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16s_C4R.
nppiHistogramRangeGetBufferSize_16u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16u_AC4R.
nppiHistogramRangeGetBufferSize_16u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16u_C1R.
nppiHistogramRangeGetBufferSize_16u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_16u_C4R.
nppiHistogramRangeGetBufferSize_32f_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_AC4R.
nppiHistogramRangeGetBufferSize_32f_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_C1R.
nppiHistogramRangeGetBufferSize_32f_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_32f_C4R.
nppiHistogramRangeGetBufferSize_8u_AC4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_AC4R.
nppiHistogramRangeGetBufferSize_8u_C1R(NppiSize, int, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_C1R.
nppiHistogramRangeGetBufferSize_8u_C4R(NppiSize, int[], int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiHistogramRange_8u_C4R.
nppiLn_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image natural logarithm.
nppiLn_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image natural logarithm.
nppiLn_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image natural logarithm.
nppiLn_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image natural logarithm.
nppiLn_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLn_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image natural logarithm, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiLShiftC_16u_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image left shift by constant with unmodified alpha.
nppiLShiftC_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image left shift by constant with unmodified alpha.
nppiLShiftC_16u_C1IR(int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image left shift by constant.
nppiLShiftC_16u_C1R(TypedPointer<Npp16u>, int, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image left shift by constant.
nppiLShiftC_16u_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image left shift by constant.
nppiLShiftC_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image left shift by constant.
nppiLShiftC_16u_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image left shift by constant.
nppiLShiftC_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image left shift by constant.
nppiLShiftC_32s_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image left shift by constant with unmodified alpha.
nppiLShiftC_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image left shift by constant with unmodified alpha.
nppiLShiftC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image left shift by constant.
nppiLShiftC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image left shift by constant.
nppiLShiftC_32s_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image left shift by constant.
nppiLShiftC_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image left shift by constant.
nppiLShiftC_32s_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image left shift by constant.
nppiLShiftC_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image left shift by constant.
nppiLShiftC_8u_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image left shift by constant with unmodified alpha.
nppiLShiftC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image left shift by constant with unmodified alpha.
nppiLShiftC_8u_C1IR(int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image left shift by constant.
nppiLShiftC_8u_C1R(TypedPointer<Npp8u>, int, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image left shift by constant.
nppiLShiftC_8u_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image left shift by constant.
nppiLShiftC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image left shift by constant.
nppiLShiftC_8u_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image left shift by constant.
nppiLShiftC_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image left shift by constant.
nppiLUT_Linear_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned look-up-table color conversion, not affecting Alpha.
nppiLUT_Linear_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned look-up-table color conversion.
nppiLUT_Linear_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp32s>[], TypedPointer<Npp32s>[], int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned look-up-table color conversion.
nppiMagnitude_32fc32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point complex to 32-bit floating point magnitude.
nppiMagnitudeSqr_32fc32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point complex to 32-bit floating point squared magnitude.
nppiMalloc_16s_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
16-bit signed image memory allocator.
nppiMalloc_16s_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_16s_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed image memory allocator.
nppiMalloc_16sc_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
1 channel 16-bit signed complex image memory allocator.
nppiMalloc_16sc_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit signed complex image memory allocator.
nppiMalloc_16sc_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit signed complex image memory allocator.
nppiMalloc_16sc_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit signed complex image memory allocator.
nppiMalloc_16u_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image memory allocator.
nppiMalloc_16u_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit unsigned image memory allocator.
nppiMalloc_16u_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned image memory allocator.
nppiMalloc_16u_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image memory allocator.
nppiMalloc_32f_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image memory allocator.
nppiMalloc_32f_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 32-bit floating point image memory allocator.
nppiMalloc_32f_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit floating point image memory allocator.
nppiMalloc_32f_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image memory allocator.
nppiMalloc_32fc_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
 
nppiMalloc_32fc_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 32-bit float complex image memory allocator.
nppiMalloc_32fc_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit float complex image memory allocator.
nppiMalloc_32fc_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float complex image memory allocator.
nppiMalloc_32s_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit signed image memory allocator.
nppiMalloc_32s_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit signed image memory allocator.
nppiMalloc_32s_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit signed image memory allocator.
nppiMalloc_32sc_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
32-bit integer complex image memory allocator.
nppiMalloc_32sc_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 32-bit integer complex image memory allocator.
nppiMalloc_32sc_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit integer complex image memory allocator.
nppiMalloc_32sc_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit integer complex image memory allocator.
nppiMalloc_8u_C1(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image memory allocator.
nppiMalloc_8u_C2(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned image memory allocator.
nppiMalloc_8u_C3(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned image memory allocator.
nppiMalloc_8u_C4(int, int, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image memory allocator.
nppiMean_StdDev_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp64f>, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned mean standard deviation.
nppiMeanStdDev8uC1RGetBufferHostSize(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Device scratch buffer size (in bytes) for mean and standard deviation of image.
nppiMinMax_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, TypedPointer<Npp8u>, TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned pixel minimum and maximum.
nppiMinMax_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, byte[], byte[], TypedPointer<Npp8u>) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned pixel minimum and maximum.
nppiMinMaxGetBufferSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiMinManx_8u_C1R.
nppiMinMaxGetBufferSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiMinManx_8u_C4R.
nppiMirror_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image mirror not affecting alpha.
nppiMirror_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image mirror.
nppiMirror_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned image mirror.
nppiMirror_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image mirror.
nppiMirror_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image mirror not affecting alpha.
nppiMirror_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit float image mirror.
nppiMirror_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit float image mirror.
nppiMirror_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image mirror.
nppiMirror_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image mirror not affecting alpha.
nppiMirror_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
32-bit image mirror.
nppiMirror_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit image mirror.
nppiMirror_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image mirror.
nppiMirror_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image mirror not affecting alpha.
nppiMirror_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image mirror.
nppiMirror_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned image mirror.
nppiMirror_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image mirror.
nppiMul_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image multiplication.
nppiMul_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image multiplication.
nppiMul_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image multiplication.
nppiMul_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image multiplication.
nppiMul_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image multiplication.
nppiMul_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image multiplication.
nppiMul_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image multiplication.
nppiMul_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image multiplication.
nppiMul_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication.
nppiMul_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication.
nppiMul_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
nppiMul_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
nppiMul_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
nppiMul_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
nppiMul_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image multiplication.
nppiMul_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image multiplication.
nppiMul_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 1 channel 32-bit image multiplication.
nppiMul_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMul_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiplication, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiMulC_16s_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_AC4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C3IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32f_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image multiply by constant.
nppiMulC_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image multiply by constant.
nppiMulC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image multiply by constant.
nppiMulC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image multiply by constant.
nppiMulC_32f_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image multiply by constant.
nppiMulC_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image multiply by constant.
nppiMulC_32f_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image multiply by constant.
nppiMulC_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image multiply by constant.
nppiMulC_32fc_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image multiply by constant.
nppiMulC_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image multiply by constant.
nppiMulC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nppiMulC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
nppiMulC_32fc_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nppiMulC_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
nppiMulC_32fc_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image multiply by constant.
nppiMulC_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image multiply by constant.
nppiMulC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32s_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_AC4IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_AC4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C3IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiply by constant, scale, then clamp to saturated value.
nppiMulC_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiply by constant, scale, then clamp to saturated value.
nppiMulCScale_16u_AC4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C3IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_AC4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiply by constant, scale and scale by max bit width value.
nppiMulCScale_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C3IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiply by constant and scale by max bit width value.
nppiMulCScale_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiply by constant and scale by max bit width value.
nppiMulScale_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image multiplication then scale by maximum value for pixel bit width.
nppiMulScale_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image multiplication then scale by maximum value for pixel bit width.
nppiNormDiff_Inf_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned Infinity Norm of pixel differences.
nppiNormDiff_L1_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned L1 norm of pixel differences.
nppiNormDiff_L2_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp64f>) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned L2 norm of pixel differences.
nppiNot_8u_AC4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
nppiNot_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical not with unmodified alpha.
nppiNot_8u_C1IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical not.
nppiNot_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical not.
nppiNot_8u_C3IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical not.
nppiNot_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical not.
nppiNot_8u_C4IR(TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical not.
nppiNot_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical not.
nppiOr_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or with unmodified alpha.
nppiOr_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or with unmodified alpha.
nppiOr_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical or.
nppiOr_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical or.
nppiOr_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical or.
nppiOr_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical or.
nppiOr_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or.
nppiOr_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or.
nppiOr_32s_AC4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or with unmodified alpha.
nppiOr_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or with unmodified alpha.
nppiOr_32s_C1IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical or.
nppiOr_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical or.
nppiOr_32s_C3IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical or.
nppiOr_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical or.
nppiOr_32s_C4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or.
nppiOr_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or.
nppiOr_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or with unmodified alpha.
nppiOr_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or with unmodified alpha.
nppiOr_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical or.
nppiOr_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical or.
nppiOr_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical or.
nppiOr_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical or.
nppiOr_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or.
nppiOr_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or.
nppiOrC_16u_AC4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or with constant with unmodified alpha.
nppiOrC_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or with constant with unmodified alpha.
nppiOrC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical or with constant.
nppiOrC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical or with constant.
nppiOrC_16u_C3IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical or with constant.
nppiOrC_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical or with constant.
nppiOrC_16u_C4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical or with constant.
nppiOrC_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical or with constant.
nppiOrC_32s_AC4IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or with constant with unmodified alpha.
nppiOrC_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or with constant with unmodified alpha.
nppiOrC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical or with constant.
nppiOrC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical or with constant.
nppiOrC_32s_C3IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical or with constant.
nppiOrC_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical or with constant.
nppiOrC_32s_C4IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical or with constant.
nppiOrC_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical or with constant.
nppiOrC_8u_AC4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or with constant with unmodified alpha.
nppiOrC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or with constant with unmodified alpha.
nppiOrC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical or with constant.
nppiOrC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical or with constant.
nppiOrC_8u_C3IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical or with constant.
nppiOrC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical or with constant.
nppiOrC_8u_C4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical or with constant.
nppiOrC_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical or with constant.
NppiPoint - Class in jcuda.jnpp
2D Point
NppiPoint() - Constructor for class jcuda.jnpp.NppiPoint
Creates a new NppiPoint at (0,0)
NppiPoint(int, int) - Constructor for class jcuda.jnpp.NppiPoint
Creates a new NppiPoint with the given coordinates
nppiQuantFwdRawTableInit_JPEG_8u(TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Apply quality factor to raw 8-bit quantization table.
nppiQuantFwdTableInit_JPEG_8u16u(TypedPointer<Npp8u>, TypedPointer<Npp16u>) - Static method in class jcuda.jnpp.JNppi
Initializes a quantization table for nppiDCTQuantFwd8x8LS_JPEG_8u16s_C1R().
nppiQuantInvTableInit_JPEG_8u16u(TypedPointer<Npp8u>, TypedPointer<Npp16u>) - Static method in class jcuda.jnpp.JNppi
Initializes a quantization table for nppiDCTQuantInv8x8LS_JPEG_16s8u_C1R().
NppiRect - Class in jcuda.jnpp
2D Rectangle This class contains position and size information of a rectangle in two space.
NppiRect() - Constructor for class jcuda.jnpp.NppiRect
Creates a new NppiRect at (0,0) with width=0 and height=0
NppiRect(int, int, int, int) - Constructor for class jcuda.jnpp.NppiRect
Creates a new NppiRect from the given values
nppiRectStdDev_32s32f_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp64f>, int, TypedPointer<Npp32f>, int, NppiSize, NppiRect) - Static method in class jcuda.jnpp.JNppi
RectStdDev Computes the standard deviation of integral images
nppiReductionGetBufferHostSize_8u_C1R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiSum_8u_C1R.
nppiReductionGetBufferHostSize_8u_C4R(NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
Scratch-buffer size for nppiSum_8u_C4R.
nppiResize_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiSize, double, double, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image resize.
nppiResize_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiSize, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image resize.
nppiRGBToYCbCr420_8u_C3P3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to planar YCbCr420 color conversion.
nppiRGBToYCbCr422_8u_C3C2R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned RGB to 2 channel chroma packed YCbCr422 color conversion.
nppiRGBToYCbCr_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned RGB to YCbCr color conversion, ignoring Alpha.
nppiRGBToYCbCr_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed RGB to packed YCbCr color conversion.
nppiRGBToYCbCr_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel planar 8-bit unsigned RGB to YCbCr color conversion.
nppiRotate_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image rotate ignoring alpha channel.
nppiRotate_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image rotate.
nppiRotate_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
3 channel 16-bit unsigned image rotate.
nppiRotate_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image rotate.
nppiRotate_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image rotate ignoring alpha channel.
nppiRotate_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
32-bit float image rotate.
nppiRotate_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
3 channel 32-bit float image rotate.
nppiRotate_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit float image rotate.
nppiRotate_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image rotate ignoring alpha channel.
nppiRotate_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image rotate.
nppiRotate_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned image rotate.
nppiRotate_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double, double, double, int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image rotate.
nppiRShiftC_16s_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_16s_AC4R(TypedPointer<Npp16s>, int, TypedPointer<Npp32u>, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image right shift by constant with unmodified alpha.
nppiRShiftC_16s_C1IR(int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image right shift by constant.
nppiRShiftC_16s_C1R(TypedPointer<Npp16s>, int, int, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image right shift by constant.
nppiRShiftC_16s_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image right shift by constant.
nppiRShiftC_16s_C3R(TypedPointer<Npp16s>, int, TypedPointer<Npp32u>, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image right shift by constant.
nppiRShiftC_16s_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image right shift by constant.
nppiRShiftC_16s_C4R(TypedPointer<Npp16s>, int, TypedPointer<Npp32u>, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image right shift by constant.
nppiRShiftC_16u_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image right shift by constant with unmodified alpha.
nppiRShiftC_16u_C1IR(int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image right shift by constant.
nppiRShiftC_16u_C1R(TypedPointer<Npp16u>, int, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image right shift by constant.
nppiRShiftC_16u_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image right shift by constant.
nppiRShiftC_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image right shift by constant.
nppiRShiftC_16u_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image right shift by constant.
nppiRShiftC_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp32u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image right shift by constant.
nppiRShiftC_32s_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image right shift by constant with unmodified alpha.
nppiRShiftC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image right shift by constant.
nppiRShiftC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image right shift by constant.
nppiRShiftC_32s_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image right shift by constant.
nppiRShiftC_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image right shift by constant.
nppiRShiftC_32s_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image right shift by constant.
nppiRShiftC_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32u>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image right shift by constant.
nppiRShiftC_8s_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_8s_AC4R(TypedPointer<Npp8s>, int, TypedPointer<Npp32u>, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel image right shift by constant with unmodified alpha.
nppiRShiftC_8s_C1IR(int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel in place image right shift by constant.
nppiRShiftC_8s_C1R(TypedPointer<Npp8s>, int, int, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit signed char channel image right shift by constant.
nppiRShiftC_8s_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit signed char channel in place image right shift by constant.
nppiRShiftC_8s_C3R(TypedPointer<Npp8s>, int, TypedPointer<Npp32u>, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit signed char channel image right shift by constant.
nppiRShiftC_8s_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel in place image right shift by constant.
nppiRShiftC_8s_C4R(TypedPointer<Npp8s>, int, TypedPointer<Npp32u>, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit signed char channel image right shift by constant.
nppiRShiftC_8u_AC4IR(TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image right shift by constant with unmodified alpha.
nppiRShiftC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image right shift by constant with unmodified alpha.
nppiRShiftC_8u_C1IR(int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image right shift by constant.
nppiRShiftC_8u_C1R(TypedPointer<Npp8u>, int, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image right shift by constant.
nppiRShiftC_8u_C3IR(TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image right shift by constant.
nppiRShiftC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image right shift by constant.
nppiRShiftC_8u_C4IR(TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image right shift by constant.
nppiRShiftC_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp32u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image right shift by constant.
NppiSamplingConvMode - Class in jcuda.jnpp
Sampling Conversion Modes
nppiSet_16s_AC4MR(short[], TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
nppiSet_16s_AC4R(short[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image set method, not affecting Alpha channel.
nppiSet_16s_C1MR(short, TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 16-bit image set.
nppiSet_16s_C1R(short, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit image set.
nppiSet_16s_C2R(short[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit image set.
nppiSet_16s_C4CR(short, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set affecting only single channel.
nppiSet_16s_C4MR(short[], TypedPointer<Npp16s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit image set.
nppiSet_16s_C4R(short[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image set.
nppiSet_16sc_AC4R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer four-channel image set ignoring alpha.
nppiSet_16sc_C1R(Npp16sc, TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer image set.
nppiSet_16sc_C2R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer two-channel image set.
nppiSet_16sc_C3R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer three-channel image set.
nppiSet_16sc_C4R(Npp16sc[], TypedPointer<Npp16s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit complex integer four-channel image set.
nppiSet_16u_AC4MR(short[], TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
nppiSet_16u_AC4R(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set method, not affecting Alpha channel.
nppiSet_16u_C1MR(short, TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 16-bit unsigned image set.
nppiSet_16u_C1R(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
16-bit unsigned image set.
nppiSet_16u_C2R(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 16-bit unsigned image set.
nppiSet_16u_C4CR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set affecting only single channel.
nppiSet_16u_C4MR(short[], TypedPointer<Npp16u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit unsigned image set.
nppiSet_16u_C4R(short[], TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit unsigned image set.
nppiSet_32f_AC4MR(float[], TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
nppiSet_32f_AC4R(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image set method, not affecting Alpha channel.
nppiSet_32f_C1MR(float, TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 32-bit floating point image set.
nppiSet_32f_C1R(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit floating point image set.
nppiSet_32f_C4CR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image set affecting only single channel.
nppiSet_32f_C4MR(float[], TypedPointer<Npp32f>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 32-bit floating point image set.
nppiSet_32f_C4R(float[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit floating point image set.
nppiSet_32fc_AC4R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit complex four-channel image set ignoring alpha.
nppiSet_32fc_C1R(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit complex image set.
nppiSet_32fc_C2R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two channel 32-bit complex image set.
nppiSet_32fc_C3R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit complex image set.
nppiSet_32fc_C4R(Npp32fc[], TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit complex image set.
nppiSet_32s_AC4MR(int[], TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
nppiSet_32s_AC4R(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 16-bit image set method, not affecting Alpha channel.
nppiSet_32s_C1MR(int, TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 32-bit image set.
nppiSet_32s_C1R(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit image set.
nppiSet_32s_C4CR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit unsigned image set affecting only single channel.
nppiSet_32s_C4MR(int[], TypedPointer<Npp32s>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 32-bit image set.
nppiSet_32s_C4R(int[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 32-bit image set.
nppiSet_32sc_AC4R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
32-bit complex integer four-channel image set ignoring alpha.
nppiSet_32sc_C1R(Npp32sc, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Single channel 32-bit complex integer image set.
nppiSet_32sc_C2R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Two channel 32-bit complex integer image set.
nppiSet_32sc_C3R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three channel 32-bit complex integer image set.
nppiSet_32sc_C4R(Npp32sc[], TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four channel 32-bit complex integer image set.
nppiSet_8s_AC4R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit four-channel image set ignoring alpha channel.
nppiSet_8s_C1R(byte, TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit image set.
nppiSet_8s_C2R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit two-channel image set.
nppiSet_8s_C3R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit three-channel image set.
nppiSet_8s_C4R(byte[], TypedPointer<Npp8s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit four-channel image set.
nppiSet_8u_AC4MR(byte[], TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
nppiSet_8u_AC4R(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image set method, not affecting Alpha channel.
nppiSet_8u_C1MR(byte, TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 8-bit unsigned image set.
nppiSet_8u_C1R(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image set.
nppiSet_8u_C4CR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image set affecting only single channel.
nppiSet_8u_C4MR(byte[], TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, int) - Static method in class jcuda.jnpp.JNppi
Masked 4 channel 8-bit unsigned image set.
nppiSet_8u_C4R(byte[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image set.
NppiSize - Class in jcuda.jnpp
2D Size.
NppiSize() - Constructor for class jcuda.jnpp.NppiSize
Creates a new NppiSize with width=0 and height=0
NppiSize(int, int) - Constructor for class jcuda.jnpp.NppiSize
Creates a new NppiSize
nppiSqr_16s_AC4IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C4IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_AC4IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C4IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image squared with unmodified alpha.
nppiSqr_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image squared with unmodified alpha.
nppiSqr_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image squared.
nppiSqr_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image squared.
nppiSqr_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image squared.
nppiSqr_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image squared.
nppiSqr_32f_C4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image squared.
nppiSqr_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image squared.
nppiSqr_8u_AC4IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image squared with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C4IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqr_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image squared, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrIntegral_8u32s32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32f>, int, NppiSize, int, float, int) - Static method in class jcuda.jnpp.JNppi
SqrIntegral Transforms an image to integral and integral of pixel squares representation.
nppiSqrt_16s_AC4IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C1IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C3IRSfs(TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_AC4IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C1IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C3IRSfs(TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_32f_AC4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image square root with unmodified alpha.
nppiSqrt_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image square root with unmodified alpha.
nppiSqrt_32f_C1IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image square root.
nppiSqrt_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image square root.
nppiSqrt_32f_C3IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image square root.
nppiSqrt_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image square root.
nppiSqrt_32f_C4IR(TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image square root.
nppiSqrt_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image square root.
nppiSqrt_8u_AC4IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image square root with unmodified alpha, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C1IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C3IRSfs(TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSqrt_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image square root, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_AC4IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C1IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C1RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C3IRSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_AC4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C1IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C1RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C3IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C4IRSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32f_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image subtraction.
nppiSub_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image subtraction.
nppiSub_32f_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image subtraction.
nppiSub_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image subtraction.
nppiSub_32f_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image subtraction.
nppiSub_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image subtraction.
nppiSub_32f_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image subtraction.
nppiSub_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image subtraction.
nppiSub_32fc_AC4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction.
nppiSub_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction.
nppiSub_32fc_C1IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
nppiSub_32fc_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
nppiSub_32fc_C3IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
nppiSub_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
nppiSub_32fc_C4IR(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel in place image subtraction.
nppiSub_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point complex number (32-bit real, 32-bit imaginary) channel image subtraction.
nppiSub_32s_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Note: This function is to be deprecated in future NPP releases, use the function above with a scale factor of 0 instead. 32-bit image subtraction.
nppiSub_32s_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_AC4IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C1IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C1RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C3IRSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer complex number (32-bit real, 32-bit imaginary) channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_AC4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C1IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C1RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C3IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C4IRSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSub_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image subtraction, scale by 2^(-nScaleFactor), then clamp to saturated value.
nppiSubC_16s_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C1IRSfs(short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C1RSfs(TypedPointer<Npp16s>, int, short, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16s_C4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_AC4IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_AC4RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C1IRSfs(Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C1RSfs(TypedPointer<Npp16s>, int, Npp16sc, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C3IRSfs(TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16sc_C3RSfs(TypedPointer<Npp16s>, int, TypedPointer<Npp16s>, TypedPointer<Npp16s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit signed short complex number (16-bit real, 16-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_AC4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_AC4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C1IRSfs(short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C1RSfs(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C3IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C3RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C4IRSfs(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_16u_C4RSfs(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32f_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha in place image subtract constant.
nppiSubC_32f_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel with unmodified alpha image subtract constant.
nppiSubC_32f_C1IR(float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel in place image subtract constant.
nppiSubC_32f_C1R(TypedPointer<Npp32f>, int, float, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit floating point channel image subtract constant.
nppiSubC_32f_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel in place image subtract constant.
nppiSubC_32f_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit floating point channel image subtract constant.
nppiSubC_32f_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel in place image subtract constant.
nppiSubC_32f_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit floating point channel image subtract constant.
nppiSubC_32fc_AC4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha in place image subtract constant.
nppiSubC_32fc_AC4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel with unmodified alpha image subtract constant.
nppiSubC_32fc_C1IR(Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nppiSubC_32fc_C1R(TypedPointer<Npp32f>, int, Npp32fc, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
nppiSubC_32fc_C3IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nppiSubC_32fc_C3R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
nppiSubC_32fc_C4IR(TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel in place image subtract constant.
nppiSubC_32fc_C4R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, TypedPointer<Npp32f>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit complex floating point (32-bit floating point real, 32-bit floating point imaginary) channel image subtract constant.
nppiSubC_32s_C1IRSfs(int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32s_C1RSfs(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32s_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32s_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_AC4IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_AC4RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C1IRSfs(Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C1RSfs(TypedPointer<Npp32s>, int, Npp32sc, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C3IRSfs(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_32sc_C3RSfs(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed complex integer (32-bit real, 32-bit imaginary) channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_AC4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_AC4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel with unmodified alpha image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C1IRSfs(byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C1RSfs(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C3IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel 8-bit unsigned char in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C3RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C4IRSfs(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image subtract constant, scale, then clamp to saturated value.
nppiSubC_8u_C4RSfs(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize, int) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image subtract constant, scale, then clamp to saturated value.
nppiSum_8u64s_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, long[]) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image sum with 64-bit long long result.
nppiSum_8u64s_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, long[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image sum with 64-bit long long result.
nppiSum_8u_C1R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned image sum with 64-bit double precision result.
nppiSum_8u_C4R(TypedPointer<Npp8u>, int, NppiSize, TypedPointer<Npp8u>, double[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image sum with 64-bit double precision result.
nppiSumWindowColumn_8u32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (column) sum to 32f.
nppiSumWindowRow_8u32f_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp32f>, int, NppiSize, int, int) - Static method in class jcuda.jnpp.JNppi
8-bit unsigned 1D (row) sum to 32f.
nppiSwapChannels_8u_C4IR(TypedPointer<Npp8u>, int, NppiSize, int[]) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned swap channels, in-place.
nppiThreshold_32f_C1R(TypedPointer<Npp32f>, int, TypedPointer<Npp32f>, int, NppiSize, float, int) - Static method in class jcuda.jnpp.JNppi
32-bit floating point threshold.
nppiThreshold_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize, byte[], int) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned image threshold, not affecting Alpha.
nppiTranspose_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
8-bit image transpose.
nppiWarpAffine_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, four channels RGBA)
nppiWarpAffine_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, single channel).
nppiWarpAffine_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, three channels)
nppiWarpAffine_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, four channels)
nppiWarpAffine_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, three planes)
nppiWarpAffine_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, four planes)
nppiWarpAffine_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, four channels RGBA).
nppiWarpAffine_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, single channel).
nppiWarpAffine_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, three channels).
nppiWarpAffine_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, four channels).
nppiWarpAffine_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, three planes).
nppiWarpAffine_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, four planes).
nppiWarpAffine_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, four channels RGBA).
nppiWarpAffine_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, single channel).
nppiWarpAffine_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, three channels).
nppiWarpAffine_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, four channels).
nppiWarpAffine_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, three planes).
nppiWarpAffine_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, four planes).
nppiWarpAffine_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, four channels RGBA).
nppiWarpAffine_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, single channel).
nppiWarpAffine_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, three channels).
nppiWarpAffine_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, four channels).
nppiWarpAffine_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, three planes).
nppiWarpAffine_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, four planes).
nppiWarpAffineBack_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (16bit unsigned integer, four channels RGBA)
nppiWarpAffineBack_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (16bit unsigned integer, single channel).
nppiWarpAffineBack_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (16bit unsigned integer, three channels)
nppiWarpAffineBack_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (16bit unsigned integer, four channels)
nppiWarpAffineBack_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (16bit unsigned integer, three planes)
nppiWarpAffineBack_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (16bit unsigned integer, four planes)
nppiWarpAffineBack_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit float, four channels RGBA).
nppiWarpAffineBack_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit float, single channel).
nppiWarpAffineBack_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit float, three channels).
nppiWarpAffineBack_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit float, four channels).
nppiWarpAffineBack_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit float, three planes).
nppiWarpAffineBack_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit float, four planes).
nppiWarpAffineBack_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit signed integer, four channels RGBA).
nppiWarpAffineBack_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit signed integer, single channel).
nppiWarpAffineBack_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit signed integer, three channels).
nppiWarpAffineBack_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit signed integer, four channels).
nppiWarpAffineBack_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit signed integer, three planes).
nppiWarpAffineBack_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (32bit signed integer, four planes).
nppiWarpAffineBack_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (8bit unsigned integer, four channels RGBA).
nppiWarpAffineBack_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (8bit unsigned integer, single channel).
nppiWarpAffineBack_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (8bit unsigned integer, three channels).
nppiWarpAffineBack_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (8bit unsigned integer, four channels).
nppiWarpAffineBack_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (8bit unsigned integer, three planes).
nppiWarpAffineBack_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse affine transform of an image (8bit unsigned integer, four planes).
nppiWarpAffineQuad_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, four channels RGBA).
nppiWarpAffineQuad_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, single channel).
nppiWarpAffineQuad_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, three channels).
nppiWarpAffineQuad_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, four channels).
nppiWarpAffineQuad_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, three planes).
nppiWarpAffineQuad_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (16bit unsigned integer, four planes).
nppiWarpAffineQuad_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, four channels RGBA).
nppiWarpAffineQuad_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, single channel).
nppiWarpAffineQuad_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, three channels).
nppiWarpAffineQuad_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, four channels).
nppiWarpAffineQuad_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, three planes).
nppiWarpAffineQuad_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit float, four planes).
nppiWarpAffineQuad_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, four channels RGBA).
nppiWarpAffineQuad_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, single channel).
nppiWarpAffineQuad_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, three channels).
nppiWarpAffineQuad_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, four channels).
nppiWarpAffineQuad_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, three planes).
nppiWarpAffineQuad_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (32bit signed integer, four planes).
nppiWarpAffineQuad_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, four channels RGBA).
nppiWarpAffineQuad_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, single channel).
nppiWarpAffineQuad_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, three channels).
nppiWarpAffineQuad_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, four channels).
nppiWarpAffineQuad_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, three planes).
nppiWarpAffineQuad_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Affine transform of an image (8bit unsigned integer, four planes).
nppiWarpPerspective_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, four channels RGBA)
nppiWarpPerspective_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, single channel).
nppiWarpPerspective_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, three channels)
nppiWarpPerspective_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, four channels)
nppiWarpPerspective_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, three planes)
nppiWarpPerspective_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, four planes)
nppiWarpPerspective_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, four channels RGBA).
nppiWarpPerspective_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, single channel).
nppiWarpPerspective_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, three channels).
nppiWarpPerspective_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, four channels).
nppiWarpPerspective_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, three planes).
nppiWarpPerspective_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, four planes).
nppiWarpPerspective_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, four channels RGBA).
nppiWarpPerspective_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, single channel).
nppiWarpPerspective_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, three channels).
nppiWarpPerspective_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, four channels).
nppiWarpPerspective_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, three planes).
nppiWarpPerspective_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, four planes).
nppiWarpPerspective_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, four channels RGBA).
nppiWarpPerspective_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, single channel).
nppiWarpPerspective_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, three channels).
nppiWarpPerspective_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, four channels).
nppiWarpPerspective_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, three planes).
nppiWarpPerspective_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, four planes).
nppiWarpPerspectiveBack_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (16bit unsigned integer, four channels RGBA)
nppiWarpPerspectiveBack_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (16bit unsigned integer, single channel).
nppiWarpPerspectiveBack_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (16bit unsigned integer, three channels)
nppiWarpPerspectiveBack_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (16bit unsigned integer, four channels)
nppiWarpPerspectiveBack_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (16bit unsigned integer, three planes)
nppiWarpPerspectiveBack_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (16bit unsigned integer, four planes)
nppiWarpPerspectiveBack_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit float, four channels RGBA).
nppiWarpPerspectiveBack_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit float, single channel).
nppiWarpPerspectiveBack_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit float, three channels).
nppiWarpPerspectiveBack_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit float, four channels).
nppiWarpPerspectiveBack_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit float, three planes).
nppiWarpPerspectiveBack_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit float, four planes).
nppiWarpPerspectiveBack_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit signed integer, four channels RGBA).
nppiWarpPerspectiveBack_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit signed integer, single channel).
nppiWarpPerspectiveBack_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit signed integer, three channels).
nppiWarpPerspectiveBack_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit signed integer, four channels).
nppiWarpPerspectiveBack_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit signed integer, three planes).
nppiWarpPerspectiveBack_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (32bit signed integer, four planes).
nppiWarpPerspectiveBack_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (8bit unsigned integer, four channels RGBA).
nppiWarpPerspectiveBack_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (8bit unsigned integer, single channel).
nppiWarpPerspectiveBack_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (8bit unsigned integer, three channels).
nppiWarpPerspectiveBack_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (8bit unsigned integer, four channels).
nppiWarpPerspectiveBack_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (8bit unsigned integer, three planes).
nppiWarpPerspectiveBack_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Inverse perspective transform of an image (8bit unsigned integer, four planes).
nppiWarpPerspectiveQuad_16u_AC4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, four channels RGBA).
nppiWarpPerspectiveQuad_16u_C1R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, single channel).
nppiWarpPerspectiveQuad_16u_C3R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, three channels).
nppiWarpPerspectiveQuad_16u_C4R(TypedPointer<Npp16u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, four channels).
nppiWarpPerspectiveQuad_16u_P3R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, three planes).
nppiWarpPerspectiveQuad_16u_P4R(TypedPointer<Npp16u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp16u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (16bit unsigned integer, four planes).
nppiWarpPerspectiveQuad_32f_AC4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, four channels RGBA).
nppiWarpPerspectiveQuad_32f_C1R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, single channel).
nppiWarpPerspectiveQuad_32f_C3R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, three channels).
nppiWarpPerspectiveQuad_32f_C4R(TypedPointer<Npp32f>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, four channels).
nppiWarpPerspectiveQuad_32f_P3R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, three planes).
nppiWarpPerspectiveQuad_32f_P4R(TypedPointer<Npp32f>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32f>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit float, four planes).
nppiWarpPerspectiveQuad_32s_AC4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, four channels RGBA).
nppiWarpPerspectiveQuad_32s_C1R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, single channel).
nppiWarpPerspectiveQuad_32s_C3R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, three channels).
nppiWarpPerspectiveQuad_32s_C4R(TypedPointer<Npp32s>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, four channels).
nppiWarpPerspectiveQuad_32s_P3R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, three planes).
nppiWarpPerspectiveQuad_32s_P4R(TypedPointer<Npp32s>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp32s>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (32bit signed integer, four planes).
nppiWarpPerspectiveQuad_8u_AC4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, four channels RGBA).
nppiWarpPerspectiveQuad_8u_C1R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, single channel).
nppiWarpPerspectiveQuad_8u_C3R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, three channels).
nppiWarpPerspectiveQuad_8u_C4R(TypedPointer<Npp8u>, NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>, int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, four channels).
nppiWarpPerspectiveQuad_8u_P3R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, three planes).
nppiWarpPerspectiveQuad_8u_P4R(TypedPointer<Npp8u>[], NppiSize, int, NppiRect, double[][], TypedPointer<Npp8u>[], int, NppiRect, double[][], int) - Static method in class jcuda.jnpp.JNppi
Perspective transform of an image (8bit unsigned integer, four planes).
nppiXor_16u_AC4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or with unmodified alpha.
nppiXor_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or with unmodified alpha.
nppiXor_16u_C1IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical exclusive or.
nppiXor_16u_C1R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical exclusive or.
nppiXor_16u_C3IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical exclusive or.
nppiXor_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical exclusive or.
nppiXor_16u_C4IR(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or.
nppiXor_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or.
nppiXor_32s_AC4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or with unmodified alpha.
nppiXor_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or with unmodified alpha.
nppiXor_32s_C1IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical exclusive or.
nppiXor_32s_C1R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical exclusive or.
nppiXor_32s_C3IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical exclusive or.
nppiXor_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical exclusive or.
nppiXor_32s_C4IR(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or.
nppiXor_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or.
nppiXor_8u_AC4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or with unmodified alpha.
nppiXor_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or with unmodified alpha.
nppiXor_8u_C1IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical exclusive or.
nppiXor_8u_C1R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical exclusive or.
nppiXor_8u_C3IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical exclusive or.
nppiXor_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical exclusive or.
nppiXor_8u_C4IR(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or.
nppiXor_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or.
nppiXorC_16u_AC4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or with constant with unmodified alpha.
nppiXorC_16u_AC4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or with constant with unmodified alpha.
nppiXorC_16u_C1IR(short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel in place image logical exclusive or with constant.
nppiXorC_16u_C1R(TypedPointer<Npp16u>, int, short, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 16-bit unsigned short channel image logical exclusive or with constant.
nppiXorC_16u_C3IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel in place image logical exclusive or with constant.
nppiXorC_16u_C3R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 16-bit unsigned short channel image logical exclusive or with constant.
nppiXorC_16u_C4IR(TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel in place image logical exclusive or with constant.
nppiXorC_16u_C4R(TypedPointer<Npp16u>, int, TypedPointer<Npp16u>, TypedPointer<Npp16u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 16-bit unsigned short channel image logical exclusive or with constant.
nppiXorC_32s_AC4IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or with constant with unmodified alpha.
nppiXorC_32s_AC4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or with constant with unmodified alpha.
nppiXorC_32s_C1IR(int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel in place image logical exclusive or with constant.
nppiXorC_32s_C1R(TypedPointer<Npp32s>, int, int, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 32-bit signed integer channel image logical exclusive or with constant.
nppiXorC_32s_C3IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel in place image logical exclusive or with constant.
nppiXorC_32s_C3R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 32-bit signed integer channel image logical exclusive or with constant.
nppiXorC_32s_C4IR(TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel in place image logical exclusive or with constant.
nppiXorC_32s_C4R(TypedPointer<Npp32s>, int, TypedPointer<Npp32s>, TypedPointer<Npp32s>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 32-bit signed integer channel image logical exclusive or with constant.
nppiXorC_8u_AC4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or with constant with unmodified alpha.
nppiXorC_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or with constant with unmodified alpha.
nppiXorC_8u_C1IR(byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel in place image logical exclusive or with constant.
nppiXorC_8u_C1R(TypedPointer<Npp8u>, int, byte, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
One 8-bit unsigned char channel image logical exclusive or with constant.
nppiXorC_8u_C3IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel in place image logical exclusive or with constant.
nppiXorC_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Three 8-bit unsigned char channel image logical exclusive or with constant.
nppiXorC_8u_C4IR(TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel in place image logical exclusive or with constant.
nppiXorC_8u_C4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
Four 8-bit unsigned char channel image logical exclusive or with constant.
nppiYCbCr420ToRGB_8u_P3C3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr420 to packed RGB color conversion.
nppiYCbCr420ToYCbCr411_8u_P3P2R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:411 resampling.
nppiYCbCr420ToYCbCr422_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr:420 to YCbCr:422 resampling.
nppiYCbCr422ToRGB_8u_C2C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
2 channel 8-bit unsigned YCbCr422 to 3 channel packed RGB color conversion.
nppiYCbCr422ToYCbCr411_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:411 resampling.
nppiYCbCr422ToYCbCr420_8u_P3R(TypedPointer<Npp8u>[], int[], TypedPointer<Npp8u>[], int[], NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr:422 to YCbCr:420 resampling.
nppiYCbCrToRGB_8u_AC4R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
4 channel 8-bit unsigned packed YCbCr to RGB color conversion, not affecting Alpha.
nppiYCbCrToRGB_8u_C3R(TypedPointer<Npp8u>, int, TypedPointer<Npp8u>, int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned packed YCbCr to RGB color conversion.
nppiYCbCrToRGB_8u_P3R(TypedPointer<Npp8u>[], int, TypedPointer<Npp8u>[], int, NppiSize) - Static method in class jcuda.jnpp.JNppi
3 channel 8-bit unsigned planar YCbCr to RGB color conversion.
NppLibraryVersion - Class in jcuda.jnpp
Java port of a NppLibraryVersion
NppLibraryVersion(int, int, int) - Constructor for class jcuda.jnpp.NppLibraryVersion
Creates a new NppLibraryVersion with the given version information
NppRoundMode - Class in jcuda.jnpp
Rounding modes
NppStatus - Class in jcuda.jnpp
Error Status Codes.
NppType - Interface in jcuda.jnpp.types
Base type for all NPP tagging types
numClassifiers - Variable in class jcuda.jnpp.NppiHaarClassifier_32f
number of classifiers

B C F H I J M N R S T W X Y