Package see
see-segment research software.
Expand source code
"""see-segment research software."""
__version__ = "0.1.0"
__author__ = 'Dirk Colbry'
__credits__ = 'Michigan State University'
Sub-modules
see.ColorSpace
-
ColorSpace.py file.
see.DataDownload
-
Download common and publicly avaliable segmentation datasets along with mask images.
see.GeneticSearch
-
Using the specified search space and fitness function defined in 'Algorithm'. This runs the genetic algorithm over that space. Best individuals are …
see.JupyterGUI
-
Produces a GUI …
see.RunSearch
-
File RunSearch.py, runs genetic search continuously.
see.Segment_Fitness
-
File Segment_Fitness.py.
see.Segmentors
-
Segmentor algorithm library designed to segment images with a searchable parameter space …
see.Workflow
-
File Workflow.py.
see.base_classes
-
The base_classes module is used for the rest of the image grammar to set up base classes.
see.git_version
-
git_version.py file.
see.tests
-
see-segment testing init.py.