jcuda.jnpp.utilnpp
Class ImagesCPU

java.lang.Object
  extended by jcuda.jnpp.utilnpp.ImagesCPU

public class ImagesCPU
extends java.lang.Object

This class provides a set of static inner classes for images with different types.

Note: This class serves the same purpose as the ImagesNPP header file, which defines a set of "typedefs" in the form

 
 typedef ImageCPU<Npp8u,  1, npp::ImageAllocatorCPU<Npp8u,      1>  >   ImageCPU_8u_C1;
 
 
This, the inner classes of this class correspond to concrete template instantiations with appropriate allocators for the image data.


Nested Class Summary
static class ImagesCPU.ImageCPU<T extends jcuda.jnpp.types.NppType>
          This class is the abstract base class for all CPU images.
static class ImagesCPU.ImageCPU_16s_C1
          Implementation of an image
static class ImagesCPU.ImageCPU_16s_C3
          Implementation of an image
static class ImagesCPU.ImageCPU_16s_C4
          Implementation of an image
static class ImagesCPU.ImageCPU_16u_C1
          Implementation of an image
static class ImagesCPU.ImageCPU_16u_C3
          Implementation of an image
static class ImagesCPU.ImageCPU_16u_C4
          Implementation of an image
static class ImagesCPU.ImageCPU_32f_C1
          Implementation of an image
static class ImagesCPU.ImageCPU_32f_C3
          Implementation of an image
static class ImagesCPU.ImageCPU_32f_C4
          Implementation of an image
static class ImagesCPU.ImageCPU_32s_C1
          Implementation of an image
static class ImagesCPU.ImageCPU_32s_C3
          Implementation of an image
static class ImagesCPU.ImageCPU_32s_C4
          Implementation of an image
static class ImagesCPU.ImageCPU_8u_C1
          Implementation of an image
static class ImagesCPU.ImageCPU_8u_C2
          Implementation of an image
static class ImagesCPU.ImageCPU_8u_C3
          Implementation of an image
static class ImagesCPU.ImageCPU_8u_C4
          Implementation of an image
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait