Re: [otb-users] ITK configuration file for cmake (Windows compilation)

2017-10-30 Thread Guillaume Pasero
Hi, Depending on your install of ITK, you can set the variable ITK_DIR in the OTB build configuration. This variable should contain the path to the folder containing ITKConfig.cmake. For instance, if you use OTB binary package, it should be something like :

[otb-users] ITK configuration file for cmake (Windows compilation)

2017-10-30 Thread Baptiste Lafabregue
Hello, I'm trying to compile OTB on windows (on a 64b machine). I followed the steps from the wiki, but when I want to configure the build it stops with the following message : *CMake Warning at Modules/ThirdParty/ITK/otb-module-init.cmake:103 (find_package):* * By not providing

Re: [otb-users] itk errors in python script

2017-04-25 Thread Natalie Verde
Hello, it worked!!! Thank you very much Guillaume!! Regards, Natalie On Monday, April 24, 2017 at 7:43:02 PM UTC+3, Guillaume Pasero wrote: > > Hi, > > Try to add this line before the SetParameterString("field",'cl') : > > PolygonClassStatistics.UpdateParameters() > > Guillaume > On 03/28/2017

Re: [otb-users] itk errors in python script

2017-04-24 Thread Guillaume Pasero
Hi, Try to add this line before the SetParameterString("field",'cl') :  PolygonClassStatistics.UpdateParameters() Guillaume On 03/28/2017 02:18 PM, Natalie Verde wrote: Hello to all, I'm new

[otb-users] Itk

2016-09-17 Thread Yoram Elichai
Hi; I successfully build otb using xdk I try to compile StreamingMeanShiftSegmentation.cxx example on visual studio and get the following error: itk-4.8\itkatomicintdetail.h(126): error C2146: syntax error : missing ';' before identifier '__attribute__' thank, yoram -- -- Check the OTB