Skip to content
Snippets Groups Projects
Commit e890733d authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: limit the required opencv modules

parent f62b6318
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,9 @@
#ifndef __otbNeuralNetworkMachineLearningModel_h
#define __otbNeuralNetworkMachineLearningModel_h
#include <opencv2/core/core_c.h>
#include <opencv2/core/core.hpp>
#include <opencv2/ml/ml.hpp>
#include "itkLightObject.h"
#include "itkFixedArray.h"
#include "otbMachineLearningModel.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment