- java.lang.Object
-
- org.scijava.ops.image.geom.geom2d.DefaultRoundness
-
- All Implemented Interfaces:
BiConsumer<Polygon2D,DoubleType>,Computers.Arity1<Polygon2D,DoubleType>
public class DefaultRoundness extends Object implements Computers.Arity1<Polygon2D,DoubleType>
Generic implementation ofgeom.roundness. Based on https://imagej.nih.gov/ij/plugins/descriptors.html.- Author:
- Daniel Seebacher (University of Konstanz)
- Implementation Note:
- op names='geom.roundness', label='Geometric (2D): Roundness'
-
-
Constructor Summary
Constructors Constructor Description DefaultRoundness()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Polygon2D input, DoubleType roundness)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(Polygon2D input, DoubleType roundness)
TODO- Specified by:
computein interfaceComputers.Arity1<Polygon2D,DoubleType>- Parameters:
input-roundness-
-
-