- java.lang.Object
-
- org.scijava.ops.image.geom.geom2d.DefaultFeretsAngle
-
- All Implemented Interfaces:
BiConsumer<Pair<RealLocalizable,RealLocalizable>,DoubleType>,Computers.Arity1<Pair<RealLocalizable,RealLocalizable>,DoubleType>
public class DefaultFeretsAngle extends Object implements Computers.Arity1<Pair<RealLocalizable,RealLocalizable>,DoubleType>
Generic implementation ofgeom.feretsAngle.- Author:
- Tim-Oliver Buchholz, University of Konstanz
- Implementation Note:
- op names='geom.feretsAngle', label='Geometric (2D): Ferets Angle'
-
-
Constructor Summary
Constructors Constructor Description DefaultFeretsAngle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(Pair<RealLocalizable,RealLocalizable> points, DoubleType feretsAngle)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(Pair<RealLocalizable,RealLocalizable> points, DoubleType feretsAngle)
TODO- Specified by:
computein interfaceComputers.Arity1<Pair<RealLocalizable,RealLocalizable>,DoubleType>- Parameters:
points-feretsAngle-
-
-