Class CalculateHistogramMasked
Object
org.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.math.histogram.Histogram,org.anchoranalysis.image.feature.input.FeatureInputStack>
org.anchoranalysis.plugin.image.feature.stack.calculation.CalculateHistogramMasked
- All Implemented Interfaces:
org.anchoranalysis.feature.calculate.cache.ResettableCalculation
public class CalculateHistogramMasked
extends org.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.math.histogram.Histogram,org.anchoranalysis.image.feature.input.FeatureInputStack>
Calculated a histogram for a specific region on a channel, as identified by a mask in another
channel
-
Constructor Summary
Constructors Constructor Description CalculateHistogramMasked(int energyIndexSignal, int energyIndexMask) -
Method Summary
-
Constructor Details
-
CalculateHistogramMasked
public CalculateHistogramMasked(int energyIndexSignal, int energyIndexMask)
-
-
Method Details
-
execute
protected org.anchoranalysis.math.histogram.Histogram 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.math.histogram.Histogram,org.anchoranalysis.image.feature.input.FeatureInputStack>- Throws:
org.anchoranalysis.feature.calculate.FeatureCalculationException
-
equals
- Specified by:
equalsin classorg.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.math.histogram.Histogram,org.anchoranalysis.image.feature.input.FeatureInputStack>
-
canEqual
-
hashCode
public int hashCode()- Specified by:
hashCodein classorg.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.math.histogram.Histogram,org.anchoranalysis.image.feature.input.FeatureInputStack>
-