Module org.scijava.ops.image
Package org.scijava.ops.image.morphology
Class FillHoles<T extends BooleanType<T>>
- java.lang.Object
-
- org.scijava.ops.image.morphology.FillHoles<T>
-
- All Implemented Interfaces:
Computers.Arity2<RandomAccessibleInterval<T>,Shape,RandomAccessibleInterval<T>>,Consumers.Arity3<RandomAccessibleInterval<T>,Shape,RandomAccessibleInterval<T>>
public class FillHoles<T extends BooleanType<T>> extends Object implements Computers.Arity2<RandomAccessibleInterval<T>,Shape,RandomAccessibleInterval<T>>
Fills the holes of a BooleanType image.- Author:
- Martin Horn (University of Konstanz), Daniel Seebacher (University of Konstanz)
- Implementation Note:
- op names='morphology.fillHoles'
-
-
Constructor Summary
Constructors Constructor Description FillHoles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RandomAccessibleInterval<T> input, Shape structElement, RandomAccessibleInterval<T> output)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Computers.Arity2
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity3
andThen
-
-
-
-
Method Detail
-
compute
public void compute(RandomAccessibleInterval<T> input, Shape structElement, RandomAccessibleInterval<T> output)
TODO- Specified by:
computein interfaceComputers.Arity2<RandomAccessibleInterval<T extends BooleanType<T>>,Shape,RandomAccessibleInterval<T extends BooleanType<T>>>- Parameters:
input-structElement-output-
-
-