OpenCV
3.2.0
Open Source Computer Vision
|
Small interface class for loading trained serialized models of different dnn-frameworks. More...
#include "dnn.hpp"
Public Member Functions | |
virtual | ~Importer () |
virtual void | populateNet (Net net)=0 |
Adds loaded layers into the net and sets connections between them. More... | |
Small interface class for loading trained serialized models of different dnn-frameworks.
|
virtual |
|
pure virtual |
Adds loaded layers into the net
and sets connections between them.