ENH: Allow to compute modulus and phase from 2 bands scalar image
Summary
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.
Rationale
Allow to compute modulus and phase from complex single image and 2 bands as it is fully supported by otb filters
Implementation Details
Applications
ComputeModulusAndPhase
Additional notes
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
***Check before merging:*** - All discussions are resolved - At least 2


Merge request reports
Activity
- Automatically resolved by Manuel Grizonnet
added 1 commit
- 5be2f62e - ENH: Use RegisterPipeline in ComputeModulusAndPhase application
@aregimbeau thanks for the review, done.
added 5 commits
-
5be2f62e...b3e93bf9 - 4 commits from branch
develop
- 9015e68c - Merge branch 'develop' into modulus_2bands
-
5be2f62e...b3e93bf9 - 4 commits from branch
added 4 commits
-
9015e68c...5ec9d84f - 3 commits from branch
develop
- 11c304d9 - Merge branch 'develop' into modulus_2bands
-
9015e68c...5ec9d84f - 3 commits from branch
mentioned in commit 3bceaa54
mentioned in issue #1682 (closed)