Skip to content
Snippets Groups Projects

Remove UnaryFunctorImageFilter

Merged Cédric Traizet requested to merge replace_unary_functor_image_filter into develop
All threads resolved!
Files
29
@@ -119,7 +119,7 @@ int main(int argc, char* argv[])
typedef otb::UnConstrainedLeastSquareImageFilter<ImageType, ImageType, double> UCLSUnmixingFilterType;
UCLSUnmixingFilterType::Pointer unmixer = UCLSUnmixingFilterType::New();
unmixer->SetInput(rescaler->GetOutput());
unmixer->SetMatrix(endMember2Matrix->GetMatrix());
unmixer->GetModifiableFunctor().SetMatrix(endMember2Matrix->GetMatrix());
unmixer->SetNumberOfThreads(1); // FIXME : currently buggy
Loading