plugins.big.bigsnakeutils.process.process3D
Class LoG

java.lang.Object
  extended by 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
 

Constructor Detail

LoG

public LoG(double[][] array,
           int width,
           int height,
           int depth,
           double sigma)
Default constructor.

Method Detail

filter

public double[][] filter()
Applies the LoG filter.