public abstract class CytoskeletonFeatureExtractorTiles extends CytoskeletonFeatureExtractor
ActinAnalyzer2D
.
The features which are to be extracted by operators extending this
class should be specifically dedicated to filament like structures,
e.g., actin fiberes or microtubuli. Compared to
CytoskeletonFeatureExtractor
operators sub-classing this class
are expected to work tile-wise on the input image.
CytoskeletonFeatureExtractor.CellMaskFormat
imageDir, imageHeight, imageWidth, iRead, maskDir, maskFormat, operatorID, outDir, tileShiftX, tileShiftY, tileSizeX, tileSizeY
Constructor and Description |
---|
CytoskeletonFeatureExtractorTiles()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
calculateFeatures()
Performs the feature calculation.
|
protected abstract Vector<FeatureCalculator> |
getFeatureOps()
Method to request operators for feature extraction to be applied.
|
operate, readInputImageMaxProjectChannel, readMaskImage, setCytoskeletonChannel, setImageDir, setMaskDir, setMaskFormat, setOutputDir, setTileShiftX, setTileShiftY, setTileSizeX, setTileSizeY
readResolve
addOperatorExecutionProgressEventListener, addParameter, addParameter, addParameterUnconditioned, fieldContained, fireOperatorExecutionProgressEvent, getALDPortHashAccessKey, getConstructionMode, getDocumentation, getHidingMode, getInactiveParameterNames, getInInoutNames, getInInoutNames, getInNames, getInOutNames, getMissingRequiredInputs, getName, getNumParameters, getOutInoutNames, getOutNames, getParameter, getParameterDescriptor, getParameterDescriptorUnconditioned, getParameterNames, getParameterUnconditioned, getSupplementalNames, getVerbose, getVersion, handleOperatorExecutionProgressEvent, hasInOutParameters, hasParameter, isAnnotatedParameter, isConfigured, print, print, print, printInterface, printInterface, readHistory, reinitializeParameterDescriptors, removeOperatorExecutionProgressEventListener, removeParameter, runOp, runOp, runOp, setConstructionMode, setConstructionMode, setConstructionMode, setHidingMode, setName, setParameter, setParameterUnconditioned, setVerbose, toStringVerbose, unconfiguredItems, validate, validateCustom, validateGeneric, writeHistory, writeHistory, writeHistory
public CytoskeletonFeatureExtractorTiles() throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
- Thrown in case of failure.protected abstract Vector<FeatureCalculator> getFeatureOps() throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
- Thrown in case of failure.protected void calculateFeatures() throws de.unihalle.informatik.Alida.exceptions.ALDOperatorException, de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
CytoskeletonFeatureExtractor
The features are saved to files in the given feature directory.
If the directory is null, the output directory is to be used.
Note that both directories can be the same.
For each image four files are to be saved:
calculateFeatures
in class CytoskeletonFeatureExtractor
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
- Thrown in case of failure.de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException
- Thrown in case of failure.Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.