"\nAs we can see, #I/#F allows the definition of an integer/float constant, whereas #M allows the definition of a vector/matrix.\n"
"In the latter case, elements of a row must be separated by commas, and rows must be separated by semicolons.\n"
"It is also possible to define expressions within the same txt file, with the pattern #E expr. For instance (two expressions; see also limitations section below):\n\n"
"#E dotpr(kernel1,im1b1N3x5); im2b1^expo\n"
"#E dotpr(kernel1,im1b1N3x5); im2b1^expo\n"
"\n- The 'outcontext' parameter allows to save user's constants and expressions (context).\n"
"- Setting the output image can be done with the 'out' parameter (multi-outputs is not implemented yet).\n"
"\n\n"
...
...
@@ -134,7 +134,7 @@ private:
);
SetDocLimitations("The application is currently unable to produce one output image per expression, contrary to otbBandMathXImageFilter.\n"
"Separating expressions by semi-colons (;) will concatenate their results into a unique multiband output image. ");
"Separating expressions by semi-colons (;) will concatenate their results into a unique multiband output image. ");