Class FeatureCalculatorRepeated
Object
org.anchoranalysis.plugin.image.task.feature.calculator.FeatureCalculatorRepeated
public class FeatureCalculatorRepeated extends Object
Utility class for extracting an
EnergyStack from a StackProvider.-
Method Summary
Modifier and Type Method Description static org.anchoranalysis.feature.energy.EnergyStackextractStack(org.anchoranalysis.image.io.stack.input.ProvidesStackInput input, org.anchoranalysis.image.bean.provider.stack.StackProvider stackEnergy, org.anchoranalysis.io.output.outputter.InputOutputContext context)Extracts anEnergyStackfrom the given input and stack provider.
-
Method Details
-
extractStack
public static org.anchoranalysis.feature.energy.EnergyStack extractStack(org.anchoranalysis.image.io.stack.input.ProvidesStackInput input, org.anchoranalysis.image.bean.provider.stack.StackProvider stackEnergy, org.anchoranalysis.io.output.outputter.InputOutputContext context) throws org.anchoranalysis.core.exception.OperationFailedExceptionExtracts anEnergyStackfrom the given input and stack provider.- Parameters:
input- the input that provides the stackstackEnergy- the provider for the energy stackcontext- the input/output context- Returns:
- the extracted
EnergyStack - Throws:
org.anchoranalysis.core.exception.OperationFailedException- if the extraction operation fails
-