![]() |
OpenCV
3.1.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 connetions 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 connetions between them.
1.8.9.1