Skip to content
Snippets Groups Projects
Commit 1cdfd734 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

REFAC: Change common otbImageClassificationFilter to LearningBase.

parent 053a239e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
#ifndef otbSharkUtils_h
#define otbSharkUtils_h
#ifdef OTB_USE_SHARK
#include "itkMacro.h"
#if defined(__GNUC__) || defined(__clang__)
......@@ -122,7 +121,6 @@ template <class T> void ListSampleToSharkVector(const T * listSample, std::vecto
}
}
#endif //OTB_USE_SHARK
#endif
......@@ -16,7 +16,6 @@ otb_module(OTBUnsupervised
OTBImageIO
OTBImageBase
OTBLearningBase
OTBShark
DESCRIPTION
"${DOCUMENTATION}"
......
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