Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !49

Command line options for Monteverdi

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged @CSSI_OTB requested to merge cs-si/otb:cmd-line into develop Apr 04, 2018
  • Overview 21
  • Commits 33
  • Pipelines 0
  • Changes 5

Summary

Some additional options for Monteverdi command line, plus bugfixes

Rationale

Improvements made as a starting point to the support of Monteverdi project files. The idea was to quickly open Monteverdi with a set of images loaded and their dynamic already setup. This MR focuses on the loading.

Implementation Details

Classes and files

M       Modules/Visualization/Monteverdi/include/mvdMainWindow.h
M       Modules/Visualization/Monteverdi/src/main.cxx
M       Modules/Visualization/Monteverdi/src/mvdMainWindow.cxx

There are:

  • a bugfix on the logic to enable/disable overview generation
  • an option to disable overview generation
  • an option to pass a text file containing input images to load

Here is the usage message:

Usage: monteverdi [-h|--help] [-a|--applications] [-g|--no-glsl] [-o|--no-overviews] [-t|--txt-file <filename>] [<filename>...]
	  -a, --applications    load OTB-applications from OTB_APPLICATIONS_PATH.
	  -h, --help            display this help message.
	  -g, --no-glsl         force OpenGL 1.x compatible rendering.
	  -o, --no-overviews    ignore build GDAL overviews step.
	  -t, --txt-file        read layer filenames from text file.

Due to a side effect of the synchronization merge, the bugfix for #1266 (closed) is present in this branch (it was not present in develop):

M       Modules/Filtering/Statistics/include/otbStreamingStatisticsVectorImageFilter.txx

Applications

Tests

Documentation

Another side effect of the synchronisation merge, the cookbook now shows the patch version of OTB

M       Documentation/Cookbook/rst/conf.py.in

Additional notes

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cmd-line