Enum Class RankPrecision

java.lang.Object
java.lang.Enum<RankPrecision>
net.algart.matrices.morphology.RankPrecision
All Implemented Interfaces:
Serializable, Comparable<RankPrecision>, Constable, CustomRankPrecision

public enum RankPrecision extends Enum<RankPrecision> implements CustomRankPrecision

Some predefined precision characteristics of rank operations, described in RankMorphology interface.

Note: for every bit levels array, represented by this enum, there are both instances of this class with interpolated()==false and with interpolated()==true.

This class is immutable and thread-safe: there are no ways to modify settings of the created instance.

Author:
Daniel Alievsky