Hi, there is no method in the OTB application API to process all files in a folder, you'll have to do it "by hand".
It should not be too difficult to write a loop (in Python for instance) which list all files in a folder and run the MeanShiftSmoothing application. Note that are way to scale the processing with OTB application. For instance you can run OTB application on parallel using the MPI library: https://www.orfeo-toolbox.org/CookBook/OTB-Applications.html#parallel-execution-with-mpi Best, 2017-07-13 22:59 GMT+02:00 'Flint Freakwood' via otb-users < [email protected]>: > Hey community!, > > I'm making huge progresses with the help of OTBCLI but I'm currently > looking for a way to boost my workflow and maybe process whole folders with > let's say 20 image files. How do I write the input for e.g. the > MeanShiftSmoothing? Currently I'm just using in - my first idea would be > "in.dir" or something - does that work? > > Thanks a lot in advance and best regards! > > -- > -- > 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. > -- Manuel Grizonnet -- -- 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.
