jcuda.jnpp.utilnpp
Class ImagesNPP

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

public class ImagesNPP
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 ImageNPP<Npp8u,  1>   ImageNPP_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 ImagesNPP.ImageNPP<T extends jcuda.jnpp.types.NppType>
          This class is the abstract base class for all NPP images.
static class ImagesNPP.ImageNPP_16s_C1
          Implementation of an image
static class ImagesNPP.ImageNPP_16s_C4
          Implementation of an image
static class ImagesNPP.ImageNPP_16u_C1
          Implementation of an image
static class ImagesNPP.ImageNPP_16u_C2
          Implementation of an image
static class ImagesNPP.ImageNPP_16u_C3
          Implementation of an image
static class ImagesNPP.ImageNPP_16u_C4
          Implementation of an image
static class ImagesNPP.ImageNPP_32f_C1
          Implementation of an image
static class ImagesNPP.ImageNPP_32f_C2
          Implementation of an image
static class ImagesNPP.ImageNPP_32f_C3
          Implementation of an image
static class ImagesNPP.ImageNPP_32f_C4
          Implementation of an image
static class ImagesNPP.ImageNPP_32s_C1
          Implementation of an image
static class ImagesNPP.ImageNPP_32s_C3
          Implementation of an image
static class ImagesNPP.ImageNPP_32s_C4
          Implementation of an image
static class ImagesNPP.ImageNPP_8u_C1
          Implementation of an image
static class ImagesNPP.ImageNPP_8u_C2
          Implementation of an image
static class ImagesNPP.ImageNPP_8u_C3
          Implementation of an image
static class ImagesNPP.ImageNPP_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