TarzaNN
TarzaNN neural network simulator
|
Wilson filter. More...
#include <WFilter.h>
Public Member Functions | |
WFilter (int w, int h, float orientation, float size=0, int sign=1) | |
Friends | |
class | FilterFactory |
Wilson filter.
WFilter::WFilter | ( | int | w, |
int | h, | ||
float | orientation, | ||
float | size = 0 , |
||
int | sign = 1 |
||
) |
Constructor.
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 |
friend class FilterFactory [friend] |