public class Gauss<T extends RealType<T>> extends Image<T>
calibration, cursors, display, name
Constructor and Description |
---|
Gauss(IFunction fn,
double sigma)
A Gaussian convolution with an
OutOfBoundsStrategyMirrorFactory . |
Gauss(IFunction fn,
double[] sigma)
A Gaussian convolution with an
OutOfBoundsStrategyMirrorFactory . |
Gauss(IFunction fn,
OutOfBoundsStrategyFactory<T> oobs,
double sigma) |
Gauss(IFunction fn,
OutOfBoundsStrategyFactory<T> oobs,
double[] sigma) |
Gauss(Image<T> img,
double sigma)
A Gaussian convolution with an
OutOfBoundsStrategyMirrorFactory . |
Gauss(Image<T> img,
double[] sigma)
A Gaussian convolution with an
OutOfBoundsStrategyMirrorFactory . |
Gauss(Image<T> img,
OutOfBoundsStrategyFactory<T> oobs,
double sigma) |
Gauss(Image<T> img,
OutOfBoundsStrategyFactory<T> oobs,
double[] sigma) |
add, addAll, addCursor, clear, clone, close, closeAllCursors, contains, containsAll, createCursor, createInterpolator, createLocalizableByDimCursor, createLocalizableByDimCursor, createLocalizableCursor, createLocalizablePlaneCursor, createNewImage, createNewImage, createNewImage, createNewImage, createPositionArray, createType, createUniqueId, getActiveCursors, getCalibration, getCalibration, getContainer, getContainerFactory, getCursors, getCursors, getDimension, getDimensions, getDimensions, getDisplay, getImageFactory, getName, getNumActiveCursors, getNumCursors, getNumDimensions, getNumPixels, isEmpty, iterator, remove, removeAll, removeAllCursors, removeCursor, retainAll, setCalibration, setCalibration, setDefaultDisplay, setDisplay, setName, size, toArray, toArray, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public Gauss(Image<T> img, double sigma) throws Exception
OutOfBoundsStrategyMirrorFactory
.Exception
public Gauss(Image<T> img, double[] sigma) throws Exception
OutOfBoundsStrategyMirrorFactory
.Exception
public Gauss(IFunction fn, double sigma) throws Exception
OutOfBoundsStrategyMirrorFactory
.Exception
public Gauss(IFunction fn, double[] sigma) throws Exception
OutOfBoundsStrategyMirrorFactory
.Exception
public Gauss(Image<T> img, OutOfBoundsStrategyFactory<T> oobs, double sigma) throws Exception
Exception
public Gauss(Image<T> img, OutOfBoundsStrategyFactory<T> oobs, double[] sigma) throws Exception
Exception
public Gauss(IFunction fn, OutOfBoundsStrategyFactory<T> oobs, double sigma) throws Exception
Exception
public Gauss(IFunction fn, OutOfBoundsStrategyFactory<T> oobs, double[] sigma) throws Exception
Exception
Copyright © 2015–2021 Fiji. All rights reserved.