- java.lang.Object
-
- org.scijava.ops.image.morphology.thin.AbstractThin
-
- All Implemented Interfaces:
BiConsumer<RandomAccessibleInterval<BitType>,RandomAccessibleInterval<BitType>>,Computers.Arity1<RandomAccessibleInterval<BitType>,RandomAccessibleInterval<BitType>>
- Direct Known Subclasses:
ThinGuoHall,ThinHilditch,ThinMorphological,ThinZhangSuen
public abstract class AbstractThin extends Object implements Computers.Arity1<RandomAccessibleInterval<BitType>,RandomAccessibleInterval<BitType>>
Thinning Operation- Author:
- Andreas Burger, University of Konstanz, Kyle Harrington, Beth Israel Deaconess Medical Center
-
-
Field Summary
Fields Modifier and Type Field Description protected ThinningStrategym_strategy
-
Constructor Summary
Constructors Constructor Description AbstractThin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidthin(RandomAccessibleInterval<BitType> input, RandomAccessibleInterval<BitType> output)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept, compute
-
-
-
-
Field Detail
-
m_strategy
protected ThinningStrategy m_strategy
-
-
Method Detail
-
thin
public void thin(RandomAccessibleInterval<BitType> input, RandomAccessibleInterval<BitType> output)
-
-