Uses of Class
Facemorph.GaborPyramid

Packages that use GaborPyramid
Facemorph   
 

Uses of GaborPyramid in Facemorph
 

Methods in Facemorph that return GaborPyramid
 GaborPyramid GaborPyramid.copy()
          Creates a copy of this and returns it
 

Methods in Facemorph with parameters of type GaborPyramid
 void GaborPyramid.add(GaborPyramid gaborPyramid)
          Add cell-wise two pyramids together
 void GaborPyramid.addToAverage(GaborPyramid pyr, int N)
          Useful method for creating the mean
 void GaborPyramid.addWeighted(GaborPyramid gaborPyramid, float w)
          Add cell-wise two pyramids together
 double GaborPyramid.dotProduct(GaborPyramid pyr)
          Calculates a weighted dot product Weights are 1/number of pixels in each subband
 double GaborPyramid.dotProduct(GaborPyramid pyr, FloatImage[] masks)
          Calculates a weighted dot product Weights are 1/number of pixels in each subband
 void GaborPyramid.subtract(GaborPyramid gaborPyramid)
          Subtract subband-wise two pyramids
 

Constructors in Facemorph with parameters of type GaborPyramid
GaborPyramid(GaborPyramid rhs)
          Constructs a GaborPyramid by copying the supplied