public class Intensity extends FeatureEnergyChannel
Calculates a statistic from the intensity values covered by a single object-mask in a channel.

Specifically, a histogram of intensity-values is constructed for the region covered by the object in one specific channnel in the energy-stack (specified by energyIndex).

Then a customizable FeatureHistogram (specified by item) extracts a statistic from the histogram. By default, the mean is calculated.

Author:
Owen Feehan