Class CalculateDeriveObjectInput
Object
org.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.image.feature.input.FeatureInputSingleObject,org.anchoranalysis.image.feature.input.FeatureInputStack>
org.anchoranalysis.plugin.image.feature.bean.stack.object.CalculateDeriveObjectInput
- All Implemented Interfaces:
org.anchoranalysis.feature.calculate.cache.ResettableCalculation
public class CalculateDeriveObjectInput
extends org.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.image.feature.input.FeatureInputSingleObject,org.anchoranalysis.image.feature.input.FeatureInputStack>
Derives a
FeatureInputSingleObject from a FeatureInputStack by extracting an
object mask from a specific energy channel.
This class extends CalculationPart to provide functionality for deriving a single
object input from a stack input.
-
Constructor Summary
Constructors Constructor Description CalculateDeriveObjectInput(int energyIndex) -
Method Summary
-
Constructor Details
-
CalculateDeriveObjectInput
public CalculateDeriveObjectInput(int energyIndex)
-
-
Method Details
-
execute
protected org.anchoranalysis.image.feature.input.FeatureInputSingleObject execute(org.anchoranalysis.image.feature.input.FeatureInputStack input) throws org.anchoranalysis.feature.calculate.FeatureCalculationException- Specified by:
executein classorg.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.image.feature.input.FeatureInputSingleObject,org.anchoranalysis.image.feature.input.FeatureInputStack>- Throws:
org.anchoranalysis.feature.calculate.FeatureCalculationException
-
equals
- Specified by:
equalsin classorg.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.image.feature.input.FeatureInputSingleObject,org.anchoranalysis.image.feature.input.FeatureInputStack>
-
canEqual
-
hashCode
public int hashCode()- Specified by:
hashCodein classorg.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.image.feature.input.FeatureInputSingleObject,org.anchoranalysis.image.feature.input.FeatureInputStack>
-