Uses of Interface
org.scijava.ops.image.morphology.thin.ThinningStrategy
-
Packages that use ThinningStrategy Package Description org.scijava.ops.image.morphology.thin -
-
Uses of ThinningStrategy in org.scijava.ops.image.morphology.thin
Classes in org.scijava.ops.image.morphology.thin that implement ThinningStrategy Modifier and Type Class Description classAbstract3x3NeighbourhoodThinningThis abstract class represents an rough framework for a Thinning algorithm operating on a 3x3 neighbourhood by providing some often needed functions.classGuoHallThinningStrategyRepresents the thinning algorithm proposed by Z.classHilditchThinningStrategyAn implementation of the Algorithm proposed by C.classMorphologicalThinningStrategyA Class implementing a standard morphological thinning.classZhangSuenThinningStrategyImplementation of the thinning algorithm proposed by T.Fields in org.scijava.ops.image.morphology.thin declared as ThinningStrategy Modifier and Type Field Description protected ThinningStrategyAbstractThin. m_strategyMethods in org.scijava.ops.image.morphology.thin that return ThinningStrategy Modifier and Type Method Description ThinningStrategyGuoHallThinningStrategy. copy()ThinningStrategyHilditchThinningStrategy. copy()ThinningStrategyMorphologicalThinningStrategy. copy()ThinningStrategyThinningStrategy. copy()Returns a separate copy of this strategy.ThinningStrategyZhangSuenThinningStrategy. copy()
-