Skip to content
Snippets Groups Projects
  1. Jun 26, 2018
    • Manuel Grizonnet's avatar
      ENH: Allow to compute modulus and phase from 2 bands scalar image · 5210af91
      Manuel Grizonnet authored
      The support of complex images in otb applications as improved in version
      6.6. There is generic mechanism based on teh ClampImageFilter which allow to
      go from/to complex or multi-bands scalar images.
      
      The only change is to read the input image as ComplexFloatImageType which
      support both complex image (single band) or image with 2 bands which corresponds
      to the real and imaginary parts.
      
      The documentation of the application has been updated to reflect this
      modification.
      5210af91
  2. Jun 25, 2018
  3. Jun 21, 2018
  4. Jun 20, 2018
  5. Jun 19, 2018
    • Manuel Grizonnet's avatar
      BUG: fix issue !1639 Update UserValue flag when a parameter is modified in... · 8e593b1c
      Manuel Grizonnet authored
      BUG: fix issue !1639 Update UserValue flag when a parameter is modified in QtWidgetParameterList widget
      
      The QtWidgetParameterList widget should signal that an input parameter as been
      modify by the user.Then, it set the UserValue flag from the corresponding parameter to
      True.
      It was spotted as the UserValue flag is used by the ParseApplication method used
      to list parameter modified by the user in the GUI which is used to build the
      corresponding command-line from the application GUI (displayed in the Log tab).
      8e593b1c
  6. Jun 18, 2018
  7. Jun 14, 2018
  8. Jun 13, 2018
  9. Jun 12, 2018
  10. Jun 11, 2018
  11. Jun 08, 2018
Loading