TarzaNN
TarzaNN neural network simulator
Protected Member Functions | Friends
DOGFilter Class Reference

Difference of gaussians filter. For separability, it constructs two Gaussian filters. More...

#include <DOGFilter.h>

Inheritance diagram for DOGFilter:
Filter Matrix Array2D< float >

List of all members.

Protected Member Functions

 DOGFilter (int w, int h, float sigma, float aspect1, float aspect2, float orientation, float ratio)
 DOGFilter (int w, int h, float sigma1, float sigma2, float aspect1, float aspect2, float orientation1, float orientation2, float ratio)

Friends

class FilterFactory

Detailed Description

Difference of gaussians filter. For separability, it constructs two Gaussian filters.


Constructor & Destructor Documentation

DOGFilter::DOGFilter ( int  w,
int  h,
float  sigma,
float  aspect1,
float  aspect2,
float  orientation,
float  ratio 
) [protected]

Constructs two gaussian filters

DOGFilter::DOGFilter ( int  w,
int  h,
float  sigma1,
float  sigma2,
float  aspect1,
float  aspect2,
float  orientation1,
float  orientation2,
float  ratio 
) [protected]

Friends And Related Function Documentation

friend class FilterFactory [friend]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines