Request for Changes-21: Support CDS import
From OTBWiki
Contents
[Request for Changes - 21] Support CDS import
Status
- Author: Stéphane ALBERT
- Additional Contributors: none
- Submitted on 21/01/2016
- Voted : TBD
- Proposed target release : 5.4
- Merged : http://git.orfeo-toolbox.org/monteverdi2.git/commit/05a1fe1db23f73a2ae341df9ad62d49c7d5e3256
- Branch : http://git.orfeo-toolbox.org/monteverdi2.git/shortlog/refs/heads/rfc-21-CDS_import
Summary
Add an import image dialog popping up (if needed) when triggering the open image-file action. This dialog box will, initially, be shown when loading an image container file (dataset), such as an HDF file, and will display a table filled with sub-dataset info (index, description and name).
In the future, this import image dialog may be enhanced to configure some other image import settings.
Rationale
Support opening image container files (datasets) and sub-dataset to load selection.
Implementation details
Classes and files
Monteverdi:
M Code/Application/Monteverdi/mvdMainWindow.cxx M Code/Application/Monteverdi/mvdMainWindow.h M Code/Common/Core/mvdTypes.h M Code/Common/Gui/CMakeLists.txt A Code/Common/Gui/mvdImportImageDialog.cxx A Code/Common/Gui/mvdImportImageDialog.h A Code/Common/Gui/mvdImportImageDialog.ui
Applications
N/A
Tests
N/A
Documentation
Open a image container file and select which sub-dataset to load in the import-image dialog (see below):
Additional notes
N/A