Monthly Archives: January 2011

Comparing the Efficiencies of Gaussian Convolution Routines

These days I quite often need to convolve (i.e., smooth) 2D images by some Gaussian. There are quite a few routines that can do this with varying efficiencies. So I compared a couple of them. On my laptop, this script … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Using NTP Server to Synchronize Time on Debian Squeeze

I want the time of my computer to get synchronized with a reliable time server. To do this, install ntp: $ sudo aptitude install ntp $ sudo /etc/init.d/ntp restart After restarting the NTP server (the second line above) the system … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment