Image.h File Reference

Types representing image data components and their properties. More...

#include <mvtec/plugin/mv_error_def.h>
#include <cstdint>
#include <string>
#include <variant>
#include <vector>

Data Structures

struct  ImageDimensions
 
struct  OptionsPNG
 
struct  OptionsJPEG
 
struct  OptionsHSerializedItem
 
struct  Image< OptionsType >
 
struct  DataComponentError
 

Typedefs

using ImageTypeOptions = std::variant< OptionsPNG, OptionsJPEG, OptionsHSerializedItem >
 
using ImagePNG = Image< OptionsPNG >
 
using ImageJPEG = Image< OptionsJPEG >
 
using HSerializedItem = Image< OptionsHSerializedItem >
 
using DataComponentPayload = std::variant< DataComponentError, Image< OptionsPNG >, Image< OptionsJPEG >, Image< OptionsHSerializedItem > >
 

Detailed Description

Types representing image data components and their properties.