Skip to content
Snippets Groups Projects
Commit 6a4bec10 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Qq modifs sur le test de copie du GenericKernelFunctor.

parent 3e54f814
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ int otbSVMModelCopyGenericKernelTest( int argc, char* argv[] )
otb::RBFKernelFunctor lFunctor;
svmModel->SetKernelFunctor(&lFunctor);
svmModel->LoadModel(argv[1]);
// Copy the model and print it
ModelType::Pointer svmModelCopy;
svmModelCopy = svmModel->GetCopy();
......
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