- Jul 09, 2018
-
-
Victor Poughon authored
-
Victor Poughon authored
Merge release-6.6 into develop without the shark revert Closes #1633 See merge request !160
-
- Jul 06, 2018
-
-
Victor Poughon authored
BUG: Improve Convert and DynamicConvert mask handling (fix #1647) Closes #1647 See merge request !159
-
Laurențiu Nicola authored
ENH: Add box kernel to morphological operations apps See merge request !158
-
- Jul 05, 2018
-
-
Manuel Grizonnet authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Victor Poughon authored
Refactor of otbWrapperApplication.h See merge request !150
-
Victor Poughon authored
This reverts commit 81bed5ae, reversing changes made to f3749c05.
-
Victor Poughon authored
-
- Jul 04, 2018
-
-
Laurențiu Nicola authored
-
Victor Poughon authored
-
Victor Poughon authored
-
Laurențiu Nicola authored
-
Laurențiu Nicola authored
-
Victor Poughon authored
-
- Jul 03, 2018
-
-
Manuel Grizonnet authored
ENH: Document that conversion applications in otb don't support complex pixel types as output See merge request !153
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
ENH: Allow to compute modulus and phase from 2 bands scalar image See merge request !154
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
BUG fix issue 1656 related to eratic behavior of cmake configuration Closes #1656 See merge request !156
-
Manuel Grizonnet authored
-
Victor Poughon authored
-
Victor Poughon authored
-
- Jul 02, 2018
-
-
Manuel Grizonnet authored
rename files with txx extension to hxx See merge request !152
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
- Jun 29, 2018
-
-
Manuel Grizonnet authored
-
- Jun 26, 2018
-
-
Manuel Grizonnet authored
For now complex pixel types are not supported by Convert and DynamicConvert applications (see switch/case in the generic DoExecute method). This commit just document this limitation. Note that the ExtractROI application can be used to convert image from/to complex image.
-
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.
-
Victor Poughon authored
-
Victor Poughon authored
-
- Jun 25, 2018
-
-
Victor Poughon authored
BUG: fix issue #1639 Update UserValue flag in QtWidgetParameterList Closes #1639 See merge request !142
-
Victor Poughon authored
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
-
Manuel Grizonnet authored
OTB followed since the beginning the ITK convention and use .txx extension for all template classes. Nevertheless, some development tools do not recognize .txx file extension. Other tool like GitHub can't do in-browser syntax highlighting for txx files I think. The root problem is the use of the txx which should be changed to hxx (or hpp). In 2011, after an in-depth discussion near April 20, 2011 on the Insight-Developers mailing list, ITK rename all txx files to hxx (and event prevent the push of .txx files with a pre-commit hook). It happens is major release v4. You can find some arguments in the discussion about the change and also in other projects related to ITK which applied the same modification, see for instance VXL: https://github.com/vxl/vxl/issues/209 This commit apply now the same modification for OTB. I understand that it will change some habit for developers and don't bring new features but I think that in general it is better to stay align with ITK guidelines. In my opinion, it always facilitate the use of OTB and ITK together if we share when we can the same code architecture, directory organization, naming conventions...
-
Victor Poughon authored
-
Manuel Grizonnet authored
ENH: display parameter description as tool tip for the QtWidgetBoolParameter See merge request !149
-