@ALDAOperator(genericExecutionMode=SWING,
level=STANDARD,
allowBatchMode=false,
shortDescription="Extracts Eigen structures as features for the ActinAnalyzer2D.")
@ALDDerivedClass
public class CytoskeletonFeatureExtractorEigenStructures
extends CytoskeletonFeatureExtractor
ActinAnalyzer2D.CytoskeletonFeatureExtractor.CellMaskFormat| Modifier and Type | Field and Description |
|---|---|
private int |
tileNumX
Number of tiles in x-dimension.
|
private int |
tileNumY
Number of tiles in y-dimension.
|
imageDir, imageHeight, imageWidth, iRead, maskDir, maskFormat, operatorID, outDir, tileShiftX, tileShiftY, tileSizeX, tileSizeY| Constructor and Description |
|---|
CytoskeletonFeatureExtractorEigenStructures()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
calculateFeatures()
Performs the feature calculation.
|
String |
getDocumentation() |
operate, readInputImageMaxProjectChannel, readMaskImage, setCytoskeletonChannel, setImageDir, setMaskDir, setMaskFormat, setOutputDir, setTileShiftX, setTileShiftY, setTileSizeX, setTileSizeYreadResolveaddOperatorExecutionProgressEventListener, addParameter, addParameter, addParameterUnconditioned, fieldContained, fireOperatorExecutionProgressEvent, getALDPortHashAccessKey, getConstructionMode, 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, writeHistoryprivate transient int tileNumX
private transient int tileNumY
public CytoskeletonFeatureExtractorEigenStructures()
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 CytoskeletonFeatureExtractorde.unihalle.informatik.Alida.exceptions.ALDOperatorException - Thrown in case of failure.de.unihalle.informatik.Alida.exceptions.ALDProcessingDAGException - Thrown in case of failure.public String getDocumentation()
getDocumentation in class de.unihalle.informatik.Alida.operator.ALDOperatorCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.