filters: Make the linear covolutions general.
commitee9f5789995fbcd567bc45c4cbf615956e58ce90
authorCyril Hrubis <metan@ucw.cz>
Mon, 18 Jun 2012 15:44:42 +0000 (18 17:44 +0200)
committerCyril Hrubis <metan@ucw.cz>
Mon, 18 Jun 2012 15:44:42 +0000 (18 17:44 +0200)
tree8dd0877838d62e1314a278d11e74801d8908a0a7
parentc0d173dc45cf696113927b923decf2d1e140cace
filters: Make the linear covolutions general.

The convolutions were automatically normalizing
the results (by the sum of the convolution
matrix), which is not usable for general case.
Fixed that by adding divide parameter.
include/filters/GP_Linear.h
libs/filters/GP_Linear.c