JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
#include <jevois/Component/Component.H>
#include <stdarg.h>
#include <tiny-dnn/tiny_dnn/config.h>
#include <tiny-dnn/tiny_dnn/util/aligned_allocator.h>
#include <tiny-dnn/tiny_dnn/util/util.h>
#include <opencv2/core/core.hpp>
Go to the source code of this file.
Classes | |
class | ObjectRecognitionBase |
Abstract base class for an object recognition component. More... | |
class | ObjectRecognition< NetType > |
Wrapper around a neural network implemented by with the tiny-dnn framework by Taiga Nomi. More... | |
Namespaces | |
namespace | tiny_dnn |
Macros | |
#define | CNN_USE_TBB |
#define CNN_USE_TBB |
Definition at line 24 of file ObjectRecognition.H.