#include "ecvl/core/arithmetic.h"
#include "ecvl/core/imgproc.h"
#include <array>
#include <map>
#include <memory>
#include <random>
#include <iostream>
#include <algorithm>
#include <iterator>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
◆ ECVL_ERROR_AUGMENTATION_FORMAT
#define ECVL_ERROR_AUGMENTATION_FORMAT throw std::runtime_error(ECVL_ERROR_MSG "Format error while loading augmentation parameters"); |
◆ ECVL_ERROR_AUGMENTATION_NAME
#define ECVL_ERROR_AUGMENTATION_NAME throw std::runtime_error(ECVL_ERROR_MSG "Cannot load augmentation name"); |