Module org.scijava.ops.image
Package org.scijava.ops.image.morphology
Class FloodFills<T extends Type<T>,U extends Type<U>>
- java.lang.Object
-
- org.scijava.ops.image.morphology.FloodFills<T,U>
-
-
Field Summary
Fields Modifier and Type Field Description Computers.Arity4<RandomAccessible<T>,Localizable,U,Shape,RandomAccessible<U>>fillComputers.Arity4<RandomAccessibleInterval<T>,Localizable,U,Shape,RandomAccessibleInterval<U>>fillRAIComputers.Arity3<RandomAccessible<T>,Localizable,Shape,RandomAccessible<T>>fillSimpleComputers.Arity3<RandomAccessibleInterval<T>,Localizable,Shape,RandomAccessibleInterval<T>>fillSimpleRAIComputers.Arity5<RandomAccessible<T>,Localizable,U,Shape,BiPredicate<T,U>,RandomAccessible<U>>fillWithPredicateComputers.Arity5<RandomAccessible<T>,Localizable,Shape,BiPredicate<T,U>,Consumer<U>,RandomAccessible<U>>fillWithPredicateAndConsumerComputers.Arity5<RandomAccessibleInterval<T>,Localizable,U,Shape,BiPredicate<T,U>,RandomAccessibleInterval<U>>fillWithPredicateRAI
-
Constructor Summary
Constructors Constructor Description FloodFills()
-
-
-
Field Detail
-
fill
public final Computers.Arity4<RandomAccessible<T extends Type<T>>,Localizable,U extends Type<U>,Shape,RandomAccessible<U extends Type<U>>> fill
- Input parameters:
sourceseedfillLabelshape- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill'
-
fillWithPredicate
public final Computers.Arity5<RandomAccessible<T extends Type<T>>,Localizable,U extends Type<U>,Shape,BiPredicate<T extends Type<T>,U extends Type<U>>,RandomAccessible<U extends Type<U>>> fillWithPredicate
- Input parameters:
sourceseedfillLabelshapefilter- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill'
-
fillWithPredicateAndConsumer
public final Computers.Arity5<RandomAccessible<T extends Type<T>>,Localizable,Shape,BiPredicate<T extends Type<T>,U extends Type<U>>,Consumer<U extends Type<U>>,RandomAccessible<U extends Type<U>>> fillWithPredicateAndConsumer
- Input parameters:
sourceseedshapefilterwriter- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill'
-
fillSimple
public final Computers.Arity3<RandomAccessible<T extends Type<T>>,Localizable,Shape,RandomAccessible<T extends Type<T>>> fillSimple
- Input parameters:
sourceseedshape- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill'
-
fillRAI
public final Computers.Arity4<RandomAccessibleInterval<T extends Type<T>>,Localizable,U extends Type<U>,Shape,RandomAccessibleInterval<U extends Type<U>>> fillRAI
- Input parameters:
sourceseedfillLabelshape- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill', priority='100.'
-
fillWithPredicateRAI
public final Computers.Arity5<RandomAccessibleInterval<T extends Type<T>>,Localizable,U extends Type<U>,Shape,BiPredicate<T extends Type<T>,U extends Type<U>>,RandomAccessibleInterval<U extends Type<U>>> fillWithPredicateRAI
- Input parameters:
sourceseedfillLabelshapefilter- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill', priority='100.'
-
fillSimpleRAI
public final Computers.Arity3<RandomAccessibleInterval<T extends Type<T>>,Localizable,Shape,RandomAccessibleInterval<T extends Type<T>>> fillSimpleRAI
- Input parameters:
sourceseedshape- Container parameters:
target- Implementation Note:
- op names='morphology.floodFill', priority='100.'
-
-