public class DefaultMedianElongation extends AbstractUnaryHybridCF<Mesh,DoubleType> implements Ops.Geometric.MedianElongation, Contingent
Ops.Geometric.MedianElongation
.
Adapted to 3D from http://www.math.uci.edu/icamp/summer/research_11/park/
shape_descriptors_survey.pdfSpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultMedianElongation() |
Modifier and Type | Method and Description |
---|---|
void |
compute(Mesh input,
DoubleType output)
Computes the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
DoubleType |
createOutput(Mesh input)
Create an output object given some input.
|
void |
initialize()
Initializes the object.
|
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, calculate, createOutput, getIndependentInstance, run, run
compute
in, setInput
run
setOutput
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public void compute(Mesh input, DoubleType output)
UnaryComputerOp
compute
in interface UnaryComputerOp<Mesh,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 input
public DoubleType createOutput(Mesh input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<Mesh,DoubleType>
input
- which determines how to create the outputpublic boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.