19.05
|
#include "arm_compute/core/Error.h"
#include "arm_compute/core/ITensor.h"
#include "arm_compute/core/TensorInfo.h"
#include "arm_compute/core/Types.h"
#include "utils/Utils.h"
#include "stb/stb_image.h"
#include <cstdlib>
#include <memory>
#include <string>
Go to the source code of this file.
Data Structures | |
class | IImageDataFeeder |
Image feeder interface. More... | |
class | FileImageFeeder |
File Image feeder concrete implementation. More... | |
class | MemoryImageFeeder |
Memory Image feeder concrete implementation. More... | |
class | IImageLoader |
Image loader interface. More... | |
class | PPMLoader |
PPM Image loader concrete implementation. More... | |
class | JPEGLoader |
Class to load the content of a JPEG file into an Image. More... | |
class | ImageLoaderFactory |
Factory for generating appropriate image loader. More... | |
Namespaces | |
arm_compute | |
Copyright (c) 2017-2018 ARM Limited. | |
arm_compute::utils | |