NVIDIA NvNeural SDK  2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
CpuImage.h File Reference

IImage implementation for working with bitmaps on disk. More...

#include <nvneural/CoreTypes.h>
#include <nvneural/CoreHelpers.h>
#include <memory>
#include <string>
#include <vector>
#include <stb/stb_image.h>
#include <stb/stb_image_write.h>

Go to the source code of this file.

Classes

class  nvneural::IFileImage
 Defines file I/O operations for IImage objects. More...
 
class  nvneural::Image
 Standard implementation for IFileImage. More...
 
struct  nvneural::ImageDescriptor
 Defines one image component to load into a tensor. More...
 

Detailed Description

IImage implementation for working with bitmaps on disk.