Generates 2D difference of Gaussians (DoG) filters. This is the original version of DoG filters used in HMAX. It was written in a very cumbersome way and thus I replaced it by the gaussian_filters function. If you want to produce identical numerical values of the filters, you should use this function. Otherwise, gaussian_filters does the job just as well, but much nicer.