Uses of Interface
jcuda.jnpp.utilnpp.Image

Uses of Image in jcuda.jnpp.utilnpp
 

Subinterfaces of Image in jcuda.jnpp.utilnpp
 interface ImagePacked<T extends NppType>
          Interface that corresponds to the npp::ImagePacked class.
 

Classes in jcuda.jnpp.utilnpp that implement Image
(package private)  class AbstractImage
          Abstract base class for Images
(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 Image
 void Image.set(Image rImage)
          Assignment operator: Set this image to have the same contents as the given image.
 void AbstractImage.set(Image rImage)
           
 void Image.swap(Image rImage)
          Swap the contents of this image and the given image
 void AbstractImage.swap(Image rImage)