3 #include <opencv2/dnn.hpp>
This file contains the NeuralBase class which serves as a base class for neural networks.
Definition: NeuralBase.h:20
Base class for neural network classifiers.
Definition: NeuralClassifierBase.h:16
std::map< std::string, double > runNetwork(const cv::Mat &frame, core::Detection &detection)
Run the classification network on the given frame.
Definition: NeuralClassifierBase.cpp:9
NeuralClassifierBase()=default
Default constructor.
A structure to represent the detection details.
Definition: Detection.h:20