Version Log:
0.4.1
Bug fixed
Example dataset now automatically saves to desktop
---------------------------------------------------------------------------
0.4: Example Dataset
Implemented an example dataset to test the plugin on
---------------------------------------------------------------------------
0.3.3: Handling
    Changed slider range for scaling
---------------------------------------------------------------------------
0.3.2: Fixed Performance Issues
    Enclosed Updates to the UI into Threads

---------------------------------------------------------------------------
0.3.1: Fixed Flip Button
    Will no longer throw an NullPointerExeption if no Rois are in ROI-Manager
    Will now flip all channels
---------------------------------------------------------------------------
0.3: Additional save features
        Cell Group:
            Now shows index of selected cells
            No longer binds ROIs to current layer / slice
            Dynamically edits ROI-Groups in the ROI-Manager
        Transformer:
            New Checkbox features:
                1. Save flattened RGB-copy of image with cells and Reference frames
                2. Save copy of ROIs after grouping
---------------------------------------------------------------------------
0.2.1: Fixed all inital bugs
        Cell Group:
            Improved Layout
            Added shortcuts to select cells [<-/->] and set groups {0-9}
        Plotter:
            Added option to either overlay all plots per segment or plot the coordinates of individual images
----------------------------------------------------------------------------
0.1: First production
    <dependencies>
        <!-- ImageJ (core) -->
        <dependency>
            <groupId>net.imagej</groupId>
            <artifactId>ij</artifactId>
            <version>1.53t</version> <!-- Or latest available -->
        </dependency>

        <!-- Apache POI -->
        <dependency>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml</artifactId>
            <version>5.4.0</version>
        </dependency>

        <dependency>
            <groupId>org.jfree</groupId>
            <artifactId>jfreechart</artifactId>
            <version>1.5.4</version>
        </dependency>
    </dependencies>

	<Functions>
		Transformer: 
			Automatically detect cell ROIs
			Dropdownmenu and button select segment frames
			Flip images and cell ROIS
			Rigid transform via sliders (Interactive annotation)
			Select output formats (.xls, .csv available)
			Group cell ROIs via seperate menu (see below)
			Start retransformation with finish button
			Reset Button
		Cell Group:
			Shows one crop per channal (5x5 bounds)
			JList group selection
			Bottons to switch between ROIS (Reloads window)
			Finish Button
		Plotter:
			Gets input Folder
			Start with OK button
------------------------------------------------------------------------------