Changes:
* Image Regions Of Interest (ROI):
* ROIs are now shown as masks (areas outside ROIs are shaded)
* Added support for circular ROIs
* ROIs now take into account pixel size (dx, dy) as well as origin (x0, y0)
* Signal and Image ROIs:
* New default extract mode: creating as many signals/images as ROIs (each ROI is
extracted into a single signal/image)
* The old extract mode (single signal/image output) is still available and may be
enabled using the new checkbox added in ROI extraction dialog box
* Image visualization:
* Added "Show contrast panel" option in toolbar and view menu
* By default, contrast panel is now visible
* When multiple images are selected, the first image LUT range is applied to all
* "View in a new window": now opens non-modal dialogs, thus allowing to visualize
multiple signals or images in separate windows
* Added demo mode (from command line, simply run: codraft-demo)
* Command line option --h5 is now a positionnal argument (h5)
* Added command line option -b (or --h5browser) to browse a HDF5 file at startup
* Added command line option --version to show CodraFT version
Bug fixes:
* Image computations now takes into account origin (x0, y0), pixel size (dx, dy) as
well as regions of interest (related features: centroid, enclosing circle, 2D peak
detection and contour detection)
* Image ROI definition dialog: maximum rows and columns were erroneously truncated
* Centralized argument parsing in CodraFT exec env object, thus avoiding conflicts