Hi, I have an application based on OTB 3.20, now i want to migrate to OTB 4. , i followed the migration guide<http://wiki.orfeo-toolbox.org/index.php/Migration_guide_OTBv4> ,
typedef otb::Statistics::ConcatenateSampleListFilter<DoubleSampleListType> ConcatenateFilterType; ConcatenateFilterType::Pointer filter = ConcatenateFilterType::New();filter->GetOutputSampleList();*replaced by*filter->GetOutput(); now, my code compile but i got this error when i try to execute: 2014 May 21 17:35:47 : Application.logger (FATAL) The following error occurred during application execution : /usr/include/ITK-4.5/itkListSample.hxx:56: itk::ERROR: ListSample(0x990ba18): MeasurementVectorSize: 0 doesn't match input measurement vector length: 4 [1] 26513 segmentation fault /home/walid/OTB-4/install/usr/local/bin/otbApplicationLauncherCommandLine . Could anyone help me please ? Best, Walid -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
