Uses of Interface
jcuda.jnpp.utilnpp.ImagePacked

Uses of ImagePacked in jcuda.jnpp.utilnpp
 

Classes in jcuda.jnpp.utilnpp that implement ImagePacked
(package private)  class AbstractImagePacked<T extends NppType>
          Abstract base implementation of an ImagePacked.
static class ImagesCPU.ImageCPU<T extends 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
static class ImagesNPP.ImageNPP<T extends 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
 

Methods in jcuda.jnpp.utilnpp with parameters of type ImagePacked
 void ImagePacked.set(ImagePacked<T> rImage)
          Set this image to have the contents of the given image
 void AbstractImagePacked.set(ImagePacked<T> rImage)
           
 

Constructors in jcuda.jnpp.utilnpp with parameters of type ImagePacked
AbstractImagePacked(ImagePacked<T> rImage)
          Creates a new AbstractImagePacked that is a copy of the given image.