1#ifndef SIGNAPSE_CNNPROCESSOR_H
2#define SIGNAPSE_CNNPROCESSOR_H
4#include <opencv2/dnn.hpp>
5#include <opencv2/imgproc.hpp>
6#include <opencv2/imgproc/imgproc.hpp>
CNNProcessor(CNNProcessorSettings s)
void LoadModel(std::string modelPath)
Scene ProcessScene(Scene s)
CNNProcessorSettings settings
cv::Mat MakeBlob(Scene scene)