|
JeVois
1.23
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/DNN/PreProcessorBlob.H>#include <jevois/DNN/Utils.H>#include <jevois/Image/RawImageOps.H>#include <opencv2/dnn.hpp>#include <opencv2/imgproc/imgproc.hpp>
Go to the source code of this file.
Macros | |
| #define | DETAILS(fmt, ...) do { if (detail) itsInfo.emplace_back(prefix + jevois::sformat(fmt, ## __VA_ARGS__)); } while(0) |
| #define | DETAILS2(fmt, ...) do { itsInfo.emplace_back(prefix + jevois::sformat(fmt, ## __VA_ARGS__)); } while(0) |
| #define DETAILS | ( | fmt, | |
| ... | |||
| ) | do { if (detail) itsInfo.emplace_back(prefix + jevois::sformat(fmt, ## __VA_ARGS__)); } while(0) |
Definition at line 25 of file PreProcessorBlob.C.
| #define DETAILS2 | ( | fmt, | |
| ... | |||
| ) | do { itsInfo.emplace_back(prefix + jevois::sformat(fmt, ## __VA_ARGS__)); } while(0) |
Definition at line 28 of file PreProcessorBlob.C.