|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
jcuda.jnpp.* |
---|
jcuda.jnpp.jcuda.jnpp.FilteringMethod | ||
---|---|---|
public static final int |
NPPI_INTER_CUBIC |
4 |
public static final int |
NPPI_INTER_LANCZOS |
16 |
public static final int |
NPPI_INTER_LINEAR |
2 |
public static final int |
NPPI_INTER_NN |
1 |
public static final int |
NPPI_INTER_SUPER |
8 |
public static final int |
NPPI_SMOOTH_EDGE |
-2147483648 |
jcuda.jnpp.JNpp | ||
---|---|---|
public static final short |
NPP_MAX_16S |
32767 |
public static final short |
NPP_MAX_16U |
-1 |
public static final int |
NPP_MAX_32S |
2147483647 |
public static final int |
NPP_MAX_32U |
-1 |
public static final byte |
NPP_MAX_8S |
127 |
public static final byte |
NPP_MAX_8U |
-1 |
public static final short |
NPP_MIN_16S |
-32768 |
public static final short |
NPP_MIN_16U |
0 |
public static final int |
NPP_MIN_32S |
-2147483648 |
public static final int |
NPP_MIN_32U |
0 |
public static final byte |
NPP_MIN_8S |
-128 |
public static final byte |
NPP_MIN_8U |
0 |
public static final int |
NPP_VERSION_BUILD |
35 |
public static final int |
NPP_VERSION_MAJOR |
5 |
public static final int |
NPP_VERSION_MINOR |
0 |
jcuda.jnpp.NppCmpOp | ||
---|---|---|
public static final int |
NPP_CMP_EQ |
2 |
public static final int |
NPP_CMP_GREATER |
4 |
public static final int |
NPP_CMP_GREATER_EQ |
3 |
public static final int |
NPP_CMP_LESS |
0 |
public static final int |
NPP_CMP_LESS_EQ |
1 |
jcuda.jnpp.NppGpuComputeCapability | ||
---|---|---|
public static final int |
NPP_CUDA_1_0 |
1 |
public static final int |
NPP_CUDA_1_1 |
2 |
public static final int |
NPP_CUDA_1_2 |
3 |
public static final int |
NPP_CUDA_1_3 |
4 |
public static final int |
NPP_CUDA_2_0 |
5 |
public static final int |
NPP_CUDA_2_1 |
6 |
public static final int |
NPP_CUDA_3_0 |
7 |
public static final int |
NPP_CUDA_NOT_CAPABLE |
0 |
public static final int |
NPP_CUDA_UNKNOWN_VERSION |
-1 |
jcuda.jnpp.NppiAlphaOp | ||
---|---|---|
public static final int |
NPPI_OP_ALPHA_ATOP |
3 |
public static final int |
NPPI_OP_ALPHA_ATOP_PREMUL |
9 |
public static final int |
NPPI_OP_ALPHA_IN |
1 |
public static final int |
NPPI_OP_ALPHA_IN_PREMUL |
7 |
public static final int |
NPPI_OP_ALPHA_OUT |
2 |
public static final int |
NPPI_OP_ALPHA_OUT_PREMUL |
8 |
public static final int |
NPPI_OP_ALPHA_OVER |
0 |
public static final int |
NPPI_OP_ALPHA_OVER_PREMUL |
6 |
public static final int |
NPPI_OP_ALPHA_PLUS |
5 |
public static final int |
NPPI_OP_ALPHA_PLUS_PREMUL |
11 |
public static final int |
NPPI_OP_ALPHA_PREMUL |
12 |
public static final int |
NPPI_OP_ALPHA_XOR |
4 |
public static final int |
NPPI_OP_ALPHA_XOR_PREMUL |
10 |
jcuda.jnpp.NppiAxis | ||
---|---|---|
public static final int |
NPP_BOTH_AXIS |
2 |
public static final int |
NPP_HORIZONTAL_AXIS |
0 |
public static final int |
NPP_VERTICAL_AXIS |
1 |
jcuda.jnpp.NppiColorConvMode | ||
---|---|---|
public static final int |
NPPI_FROM_RGB_TO_YCBCR |
0 |
public static final int |
NPPI_FROM_YCBCR_TO_RGB |
1 |
jcuda.jnpp.NppiSamplingConvMode | ||
---|---|---|
public static final int |
NPPI_FROM_411_TO_420 |
8 |
public static final int |
NPPI_FROM_411_TO_422 |
7 |
public static final int |
NPPI_FROM_411_TO_444 |
6 |
public static final int |
NPPI_FROM_420_TO_411 |
11 |
public static final int |
NPPI_FROM_420_TO_422 |
10 |
public static final int |
NPPI_FROM_420_TO_444 |
9 |
public static final int |
NPPI_FROM_422_TO_411 |
4 |
public static final int |
NPPI_FROM_422_TO_420 |
5 |
public static final int |
NPPI_FROM_422_TO_444 |
3 |
public static final int |
NPPI_FROM_444_TO_411 |
1 |
public static final int |
NPPI_FROM_444_TO_420 |
2 |
public static final int |
NPPI_FROM_444_TO_422 |
0 |
jcuda.jnpp.NppRoundMode | ||
---|---|---|
public static final int |
NPP_RND_FINANCIAL |
2 |
public static final int |
NPP_RND_NEAR |
1 |
public static final int |
NPP_RND_ZERO |
0 |
jcuda.jnpp.jcuda.jnpp.NppStatus | ||
---|---|---|
public static final int |
NPP_ADJUSTED_ROI_SIZE_WARNING |
5 |
public static final int |
NPP_AFFINE_QUAD_CHANGED_WARNING |
4 |
public static final int |
NPP_AFFINE_QUAD_INCORRECT_WARNING |
4 |
public static final int |
NPP_ALIGNMENT_ERROR |
-8 |
public static final int |
NPP_BAD_ARG_ERROR |
-26 |
public static final int |
NPP_COEFF_ERROR |
-23 |
public static final int |
NPP_CUDA_KERNEL_EXECUTION_ERROR |
-3 |
public static final int |
NPP_DOUBLE_SIZE_WARNING |
5 |
public static final int |
NPP_ERROR |
-1 |
public static final int |
NPP_HAAR_CLASSIFIER_PIXEL_MATCH_ERROR |
-16 |
public static final int |
NPP_HISTO_NUMBER_OF_LEVELS_ERROR |
-11 |
public static final int |
NPP_INTERPOLATION_ERROR |
-18 |
public static final int |
NPP_INVALID_INPUT |
-9 |
public static final int |
NPP_LUT_NUMBER_OF_LEVELS_ERROR |
-25 |
public static final int |
NPP_MEM_ALLOC_ERR |
-12 |
public static final int |
NPP_MEMCPY_ERROR |
-13 |
public static final int |
NPP_MEMFREE_ERR |
-15 |
public static final int |
NPP_MEMSET_ERR |
-14 |
public static final int |
NPP_MIRROR_FLIP_ERR |
-10 |
public static final int |
NPP_MISALIGNED_DST_ROI_WARNING |
3 |
public static final int |
NPP_NO_ERROR |
0 |
public static final int |
NPP_NOT_EVEN_STEP_ERROR |
-19 |
public static final int |
NPP_NOT_IMPLEMENTED_ERROR |
-2 |
public static final int |
NPP_NOT_SUPPORTED_MODE_ERROR |
-9999 |
public static final int |
NPP_NULL_POINTER_ERROR |
-4 |
public static final int |
NPP_ODD_ROI_WARNING |
6 |
public static final int |
NPP_POINTER_ERROR |
-5 |
public static final int |
NPP_QUAD_ERROR |
-21 |
public static final int |
NPP_RECT_ERROR |
-22 |
public static final int |
NPP_RESIZE_FACTOR_ERROR |
-17 |
public static final int |
NPP_RESIZE_NO_OPERATION_ERROR |
-50 |
public static final int |
NPP_ROUND_MODE_NOT_SUPPORTED_ERROR |
-213 |
public static final int |
NPP_SIZE_ERROR |
-6 |
public static final int |
NPP_STEP_ERROR |
-7 |
public static final int |
NPP_SUCCESS |
0 |
public static final int |
NPP_TEXTURE_BIND_ERROR |
-24 |
public static final int |
NPP_WARNING |
1 |
public static final int |
NPP_WRONG_INTERSECTION_QUAD_WARNING |
2 |
public static final int |
NPP_WRONG_INTERSECTION_ROI_ERROR |
-20 |
jcuda.jnpp.NppsZCType | ||
---|---|---|
public static final int |
nppZCC |
2 |
public static final int |
nppZCR |
0 |
public static final int |
nppZCXor |
1 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |