- java.lang.Object
-
- org.scijava.ops.image.geom.AbstractBoxivity<I>
-
- All Implemented Interfaces:
BiConsumer<I,DoubleType>,Computers.Arity1<I,DoubleType>
- Direct Known Subclasses:
DefaultBoxivityMesh,DefaultBoxivityPolygon
public abstract class AbstractBoxivity<I> extends Object implements Computers.Arity1<I,DoubleType>
Abstract base forgeom.boxivityoperations. Based on http://www.math.uci.edu/icamp/summer/research_11/park/shape_descriptors_survey.pdf, where boxivity is called rectangularity.- Author:
- Tim-Oliver Buchholz (University of Konstanz)
-
-
Constructor Summary
Constructors Constructor Description AbstractBoxivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(I input, DoubleType output)TODO-
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(I input, DoubleType output)
TODO- Specified by:
computein interfaceComputers.Arity1<I,DoubleType>- Parameters:
input-output-
-
-