TarzaNN
TarzaNN neural network simulator
Public Member Functions | Friends
WFilter Class Reference

Wilson filter. More...

#include <WFilter.h>

Inheritance diagram for WFilter:
Filter Matrix Array2D< float >

List of all members.

Public Member Functions

 WFilter (int w, int h, float orientation, float size=0, int sign=1)

Friends

class FilterFactory

Detailed Description

Wilson filter.


Constructor & Destructor Documentation

WFilter::WFilter ( int  w,
int  h,
float  orientation,
float  size = 0,
int  sign = 1 
)

Constructor.

Todo:
Albert update for WFilter Formula: f(i,j)=1/[sqrt(2PI)*sigm] * ex{-[x^2 + (aspect * y)^2]/(2sigma^2)} where x=i*cos(orientation)-j*sin(orientation) y=i*sin(orientation)+j*cos(orientation)
Parameters:
w- width
h- height
orientation- angle
size- well, size (w, h should be 32xsize) (if zero, calcuated automatically)
sign- +1 - on-center, -1 - off-center

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