Package | Description |
---|---|
mpicbg.imglib.algorithm.function | |
mpicbg.imglib.algorithm.math | |
mpicbg.imglib.algorithm.scalespace |
Modifier and Type | Class and Description |
---|---|
class |
SubtractNorm<A extends NumericType<A>>
TODO
|
class |
SubtractNormReal<A extends RealType<A>,B extends RealType<B>,C extends RealType<C>>
TODO
|
class |
SubtractReal<A extends RealType<A>,B extends RealType<B>,C extends RealType<C>>
TODO
|
Constructor and Description |
---|
ImageCalculator(Image<S> image1,
Image<T> image2,
Image<U> output,
Function<S,T,U> function) |
ImageCalculator(Image<S> image1,
Image<T> image2,
ImageFactory<U> factory,
Function<S,T,U> function) |
ImageCalculatorInPlace(Image<S> image1,
Image<T> image2,
Function<S,T,S> function) |
Modifier and Type | Method and Description |
---|---|
protected Function<B,B,B> |
DifferenceOfGaussianReal.getNormalizedSubtraction()
Returns the function that does the normalized subtraction of the gauss images, more efficient versions can override this method
|
protected Function<B,B,B> |
DifferenceOfGaussian.getNormalizedSubtraction()
Returns the function that does the normalized subtraction of the gauss images, more efficient versions can override this method
|
Copyright © 2015–2021 Fiji. All rights reserved.