public class DefaultElongation extends AbstractUnaryHybridCF<Polygon2D,DoubleType> implements Ops.Geometric.MainElongation
geom.mainElongation based on
 http://www.math.uci.edu/icamp/summer/research_11/park/
 shape_descriptors_survey.pdf.SpecialOp.FlavorNAME| Constructor and Description | 
|---|
DefaultElongation()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
compute(Polygon2D input,
       DoubleType output)
Computes the output given some input. 
 | 
DoubleType | 
createOutput(Polygon2D input)
Create an output object given some input. 
 | 
void | 
initialize()
Initializes the object. 
 | 
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, calculate, createOutput, getIndependentInstance, run, runcomputein, setInputrunsetOutputcandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic void compute(Polygon2D input, DoubleType output)
UnaryComputerOpcompute in interface UnaryComputerOp<Polygon2D,DoubleType>input - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
 must be non-null and a different object than inputpublic DoubleType createOutput(Polygon2D input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<Polygon2D,DoubleType>input - which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.