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.
|
runcheckNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic final <R extends RealType<R>> Img<FloatType> evaluate(Img<R> img) throws org.nfunk.jep.ParseException
SingleOperandAbstractFunctionImg 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.ParseExceptionpublic <R extends RealType<R>> Img<FloatType> evaluate(R alpha) throws org.nfunk.jep.ParseException
SingleOperandAbstractFunctionRealType 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.ParseExceptionpublic String getDocumentationString()
ImgLibFunctionExample:
>> gauss(A, sigma) public String getFunctionString()
ImgLibFunctionCopyright © 2015–2021 Fiji. All rights reserved.