Package | Description |
---|---|
de.unihalle.informatik.MiToBo.apps.cytoskeleton |
Provides tools and applications for quantifying actin filament structures in
microscopy images of cells.
|
Modifier and Type | Field and Description |
---|---|
protected CytoskeletonFeatureExtractor.CellMaskFormat |
CytoskeletonFeatureExtractor.maskFormat
Format of provided cell masks.
|
protected CytoskeletonFeatureExtractor.CellMaskFormat |
ActinAnalyzer2D.maskFormat
Format of provided cell masks.
|
protected CytoskeletonFeatureExtractor.CellMaskFormat |
CytoskeletonAnalyzer2D.maskFormat
Format of provided cell boundaries.
|
Modifier and Type | Method and Description |
---|---|
static CytoskeletonFeatureExtractor.CellMaskFormat |
CytoskeletonFeatureExtractor.CellMaskFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CytoskeletonFeatureExtractor.CellMaskFormat[] |
CytoskeletonFeatureExtractor.CellMaskFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MTBImage |
CytoskeletonFeatureExtractor.readMaskImage(String maskDir,
String basename,
CytoskeletonFeatureExtractor.CellMaskFormat maskFormat,
double xmin,
double ymin,
double xmax,
double ymax,
boolean verbose)
Read mask data from disk if available.
|
void |
CytoskeletonFeatureExtractor.setMaskFormat(CytoskeletonFeatureExtractor.CellMaskFormat mFormat)
Specify input mask format.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.