Was trying out the Gabor filter with the example code given in the comments:
G = graphs.Logo()
k = lambda x: x/(1.-x)
g = filters.Gabor(G, k);
2017-07-26 11:24:27,800:INFO: Gabor : has to compute lmax
2017-07-26 11:24:27,812:INFO: Filter Gabor will calculate and set the eigenvalues to normalize the kernel
Traceback (most recent call last):
File "", line 1, in
TypeError: init() should return None, not 'list'
Hi there,
Was trying out the Gabor filter with the example code given in the comments:
Thanks, great package! -dave