STIRA  0.1
Public Member Functions | Static Public Member Functions | List of all members
stira::filter::LaplacianOfGaussianFilter Class Reference

Creates a Laplacian of Gaussian filtered image. More...

#include <LaplacianOfGaussianFilter.h>

Public Member Functions

 LaplacianOfGaussianFilter ()
 constructor
 
 ~LaplacianOfGaussianFilter ()
 destructor
 

Static Public Member Functions

static ImageRun (Image *pImage, double scaleFactor=1.0)
 Runs the LoG filtering operation Creates a new image, which becomes the responsability of the caller. More...
 

Detailed Description

Creates a Laplacian of Gaussian filtered image.

In fact second derivative (Laplacian: of a smoothened version of the image, combined in a single filter operation: if r^2 = x^2 + y^2 z = r^2 / (2 * (sigma^2)) then LoG(x,y) = (1-z) * exp(-z) / (pi * sigma^4) http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm

Member Function Documentation

Image * stira::filter::LaplacianOfGaussianFilter::Run ( Image pImage,
double  scaleFactor = 1.0 
)
static

The documentation for this class was generated from the following files: