| Class | Description |
|---|---|
| FilteringMethod | Deprecated
Replaced by
NppiInterpolationMode |
| JNpp |
Java bindings for NPP.
|
| JNpp.Core |
NPP Core - Basic functions for library management,
in particular library version and device property
query functions.
|
| JNppi |
Java bindings for the image functions of NPP.
|
| JNpps |
Java bindings for the signal functions of NPP.
|
| JNppUtils |
Preliminary utility methods for JNpp
|
| NppCmpOp |
Comparison operations
|
| NppGpuComputeCapability |
GPU Compute Capabilities
|
| NppHintAlgorithm |
Algorithm hints
|
| NppiAlphaOp |
Alpha operators
|
| NppiAxis |
Axis identifiers
|
| NppiBorderType |
Border types
|
| NppiColorConvMode | Deprecated
No longer used
|
| NppiDCTState |
Java port of a NppiDCTState
|
| NppiDecodeHuffmanSpec |
Java port of a NppiDecodeHuffmanSpec
|
| NppiEncodeHuffmanSpec |
Java port of a NppiEncodeHuffmanSpec
|
| NppiGraphcutState |
Java port of a NppiGraphcutState
|
| NppiHaarBuffer |
TODO: Not implemented yet!
|
| NppiHaarClassifier_32f |
TODO: Not implemented yet!
|
| NppiHuffmanTableType |
Huffman table types
|
| NppiInterpolationMode | |
| NppiMaskSize |
Mask sizes
|
| NppiPoint |
2D Point
|
| NppiRect |
2D Rectangle
This class contains position and size information of a rectangle in
two space.
|
| NppiSamplingConvMode |
Sampling Conversion Modes
|
| NppiSize |
2D Size.
|
| NppLibraryVersion |
Java port of a NppLibraryVersion
|
| NppRoundMode |
Rounding modes.
|
| NppStatus |
Error Status Codes.
|
| NppsZCType |
Java port of the NppsZCType constants
|
| TypedPointer<T extends NppType> |
A typed pointer, that is, a usual
Pointer that has
a type parameter. |
JNppi class,
which provides bindings for the NPP image manipulation
methods.