JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
ObjectRecognition.H File Reference
#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>
Include dependency graph for ObjectRecognition.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tiny_dnn::network< NetType >
 
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

 tiny_dnn
 

Macros

#define CNN_USE_TBB
 

Macro Definition Documentation

◆ CNN_USE_TBB

#define CNN_USE_TBB

Definition at line 24 of file ObjectRecognition.H.