public final class ImgLibNormalize<T extends RealType<T>> extends SingleOperandAbstractFunction<T>
Constructor and Description |
---|
ImgLibNormalize() |
Modifier and Type | Method and Description |
---|---|
<R extends RealType<R>> |
evaluate(Img<R> img)
Evaluate this function on one ImgLib images.
|
<R extends RealType<R>> |
evaluate(R alpha)
Evaluate this function on a numeric
RealType type. |
String |
getDocumentationString()
Returns a documentation string that documents in enough details what the
function does, and how.
|
String |
getFunctionString()
Return a String containing the function name, that is, how this function
must be represented in an expression to be called.
|
run
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public final <R extends RealType<R>> Img<FloatType> evaluate(Img<R> img) throws org.nfunk.jep.ParseException
SingleOperandAbstractFunction
Img
of
FloatType
is returned, so as to avoid underflow and overflow
problems on bounded types (e.g. ByeType).evaluate
in class SingleOperandAbstractFunction<T extends RealType<T>>
img
- the imageorg.nfunk.jep.ParseException
public <R extends RealType<R>> Img<FloatType> evaluate(R alpha) throws org.nfunk.jep.ParseException
SingleOperandAbstractFunction
RealType
type. A new
Img
of FloatType
is returned, so as to avoid underflow
and overflow problems on bounded types (e.g. ByeType).evaluate
in class SingleOperandAbstractFunction<T extends RealType<T>>
alpha
- the numeric typeorg.nfunk.jep.ParseException
public String getDocumentationString()
ImgLibFunction
Example:
>> gauss(A, sigma)
public String getFunctionString()
ImgLibFunction
Copyright © 2015–2021 Fiji. All rights reserved.