Class FeatureStack


public abstract class FeatureStack extends Feature<FeatureInputStack>
An abstract base class for features that operate on image stacks.

This class extends Feature and specifies FeatureInputStack as the input type. It provides a common base for all features that work with image stacks, allowing for consistent handling of stack-based feature calculations.