- java.lang.Object
-
- org.scijava.ops.image.geom.SizeII
-
- All Implemented Interfaces:
Function<IterableInterval<?>,DoubleType>
public class SizeII extends Object implements Function<IterableInterval<?>,DoubleType>
Generic implementation ofgeom.size.- Author:
- Tim-Oliver Buchholz (University of Konstanz)
- Implementation Note:
- op names='geom.size', label='Geometric: Size', priority='10000.'
-
-
Constructor Summary
Constructors Constructor Description SizeII()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleTypeapply(IterableInterval<?> input)TODO
-
-
-
Method Detail
-
apply
public DoubleType apply(IterableInterval<?> input)
TODO- Specified by:
applyin interfaceFunction<IterableInterval<?>,DoubleType>- Parameters:
input- theIterableIntervalto count over- Returns:
- the size
-
-