- java.lang.Object
-
- org.scijava.ops.image.morphology.thin.AbstractThin
-
- org.scijava.ops.image.morphology.thin.ThinHilditch
-
- All Implemented Interfaces:
BiConsumer<RandomAccessibleInterval<BitType>,RandomAccessibleInterval<BitType>>,Computers.Arity1<RandomAccessibleInterval<BitType>,RandomAccessibleInterval<BitType>>
public class ThinHilditch extends AbstractThin
Thinning Operation- Author:
- Andreas Burger, University of Konstanz, Kyle Harrington, Beth Israel Deaconess Medical Center
- Implementation Note:
- op names='morphology.thinHilditch'
-
-
Field Summary
-
Fields inherited from class org.scijava.ops.image.morphology.thin.AbstractThin
m_strategy
-
-
Constructor Summary
Constructors Constructor Description ThinHilditch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<BitType> input, RandomAccessibleInterval<BitType> output)TODO-
Methods inherited from class org.scijava.ops.image.morphology.thin.AbstractThin
thin
-
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
-
-
-
-
Method Detail
-
compute
public void compute(RandomAccessibleInterval<BitType> input, RandomAccessibleInterval<BitType> output)
TODO- Parameters:
input-output-
-
-