Skip to content
Snippets Groups Projects

ENH: Allow to compute modulus and phase from 2 bands scalar image

Merged Manuel Grizonnet requested to merge modulus_2bands into develop
  1. Jul 03, 2018
  2. Jul 02, 2018
  3. 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
Loading