endrov.flowFourier
Class EvOpConvGaussian2D
java.lang.Object
endrov.flow.EvOpGeneral
endrov.flow.EvOpSlice1
endrov.flowFourier.EvOpConvGaussian2D
public class EvOpConvGaussian2D
- extends EvOpSlice1
Convolve by gaussian
Complexity, same as FourierTransform
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvOpConvGaussian2D
public EvOpConvGaussian2D(java.lang.Number sigmaX,
java.lang.Number sigmaY)
exec1
public EvPixels exec1(ProgressHandle ph,
EvPixels... p)
- Description copied from class:
EvOpGeneral
- Apply given several image planes, returns only the first image plane
- Specified by:
exec1
in class EvOpGeneral
apply
public static EvPixels apply(ProgressHandle ph,
EvPixels in,
double sigmaX,
double sigmaY)