Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
StatMeasureC::StatMeasureC(const DoubleImageC &,IntT,IntT)
StatMeasureC::Mean(IntT)
StatMeasureC::Median(IntT)
StatMeasureC::FastVariance(IntT)
StatMeasureC::Energy(IntT)
StatMeasureC::FastEnergy(IntT)
StatMeasureC::Entropy(IntT)
StatMeasureC::GaussMean(IntT,RealT)
StatMeasureC::SameVar(ImageRectangleC &,ImageRectangleC &)
StatMeasureC
 
include "amma/visualdb/StatMeasure.hh"
User Level:Default
Library:StatMeasure
Example:exIndex.cc
Section:default.Kieron J Messer
In Scope:std

Comments:
/////////////////////////////////////////////////////////////////////////////

Variables:
DoubleImageC _featureImage;
indIndex of types of intererest.

IntT _x;
indIndex of types of intererest.

IntT _y;
indIndex of types of intererest.

Methods:
StatMeasureC(const DoubleImageC & image,IntT Rows,IntT Cols)
Construct from a double image
indIndex of types of intererest.
Methods =======

DoubleImageC Mean(IntT window)
indIndex of types of intererest.
Calculate the mean in local window for every pixel in the input image.

DoubleImageC Median(IntT window)
indIndex of types of intererest.
Calculate the median in local window for every pixel in the input image.

DoubleImageC FastVariance(IntT window)
indIndex of types of intererest.
Calculate the variance(quick) in local window for every pixel in the input image.

DoubleImageC Energy(IntT window)
indIndex of types of intererest.
Calculate the energy in local window for every pixel in the the input image. Input image must be scaled 0 to 1 before.

DoubleImageC FastEnergy(IntT window)
Calculate energy quickly
indIndex of types of intererest.

DoubleImageC Entropy(IntT window)
Calculate the entropy in local window for every pixel in the the input image. Input image must be scaled 0 to 1 before.
indIndex of types of intererest.

DoubleImageC GaussMean(IntT window,RealT sig)
Compute the gaussian mean in local window
indIndex of types of intererest.

RealT SameVar(ImageRectangleC & rec1,ImageRectangleC & rec2)
Are the variances of two regions the same. Uses num rec code
indIndex of types of intererest.


Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001