plugins.big.bigsnakeutils.process.process3D
Class LoG
java.lang.Object
plugins.big.bigsnakeutils.process.process3D.LoG
public class LoG
- extends java.lang.Object
Fast 2D LoG filter (multithreaded).
- Version:
- May 3, 2014
- Author:
- Ricard Delgado-Gonzalo (ricard.delgado@gmail.com)
Constructor Summary |
LoG(double[][] array,
int width,
int height,
int depth,
double sigma)
Default constructor. |
Method Summary |
double[][] |
filter()
Applies the LoG filter. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoG
public LoG(double[][] array,
int width,
int height,
int depth,
double sigma)
- Default constructor.
filter
public double[][] filter()
- Applies the LoG filter.