Image Utilities (IU)
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Groups Pages
Todo List
Group Image
We maybe do not want to have the Image class in the public dll interface??
Global iu::ImageGpu< PixelType, Allocator >::stride () const
: returned value is invalid if sizeof(PixelType) == 3, e.g. for *_C3 images. Use pitch in this case to calculate memory addresses by hand.
Class iu::OpenEXROutputFile
what happens if write is called multiple times?
Global iu::TensorCpu< PixelType >::TensorCpu (PixelType *host_data, const unsigned int N, const unsigned int C, const unsigned int H, const unsigned int W, bool ext_data_pointer=false)
Check RGB inputs
Class iu::VolumeGpu< PixelType, Allocator >::KernelData
cuda texture for VolumeGpu
Group Volume
We maybe do not want to have the Volume class in the public dll interface??