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.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)
    Extracts an EnergyStack from the given input and stack provider.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.OperationFailedException
      Extracts an EnergyStack from the given input and stack provider.
      Parameters:
      input - the input that provides the stack
      stackEnergy - the provider for the energy stack
      context - the input/output context
      Returns:
      the extracted EnergyStack
      Throws:
      org.anchoranalysis.core.exception.OperationFailedException - if the extraction operation fails