log

age author description
Mon, 19 Oct 2009 20:27:28 +0000 hauberg Describe Perona & Malik as isotropic unlike what they do themselves
Mon, 19 Oct 2009 20:21:28 +0000 hauberg Use Array instead of ArrayN
Mon, 19 Oct 2009 20:18:18 +0000 hauberg Mark image I/O functions as deprecated
Wed, 23 Sep 2009 11:14:21 +0000 hauberg New function: readexif (from Roderick Kohle)
Sat, 13 Jun 2009 21:23:48 +0000 hauberg Remove warning from demo
Sun, 07 Jun 2009 09:53:42 +0000 hauberg Update version numbers release-1.0.10
Tue, 26 May 2009 13:04:08 +0000 hauberg Make help text readable
Tue, 26 May 2009 13:00:38 +0000 hauberg Remove compiler warning
Thu, 14 May 2009 17:48:08 +0000 hauberg Remove a warning and add a bunch of spaces to the code
Thu, 14 May 2009 17:19:06 +0000 hauberg Minor demo improvements
Thu, 14 May 2009 17:09:06 +0000 hauberg Fix texinfo bug
Mon, 04 May 2009 16:59:19 +0000 hauberg Update version number release-1.0.9
Tue, 28 Apr 2009 08:51:37 +0000 stegu Minor, non-fatal bug fixed
Wed, 22 Apr 2009 19:10:33 +0000 hauberg Allow for odd shifts (from Eugeniy Mikhailov)
Sat, 18 Apr 2009 15:26:15 +0000 stegu Stupid, fatal typo corrected
Sat, 18 Apr 2009 12:31:06 +0000 stegu Documentation typo
Sat, 18 Apr 2009 12:20:45 +0000 stegu Complete rewrite of __bwdist.cc
Sat, 18 Apr 2009 12:19:29 +0000 stegu All new file to support new version of __bwdist.cc
Fri, 03 Apr 2009 19:51:16 +0000 hauberg remove overshooting handling
Fri, 20 Mar 2009 06:38:31 +0000 hauberg Handle 16 bit images better (by Eugeniy Mikhailov)
Thu, 19 Mar 2009 07:31:17 +0000 hauberg New function by Sergey Kirgizov
Wed, 18 Mar 2009 19:14:04 +0000 hauberg Actually use threshold variable instead of second input
Fri, 13 Mar 2009 09:33:49 +0000 hauberg Better support for alpha channels (from Eugeniy Mikhailov)
Sat, 07 Mar 2009 18:39:05 +0000 hauberg Make sure points are inside the image to avoid a crash
Sat, 07 Mar 2009 09:57:06 +0000 hauberg Changed order of input arguments to match Matlab
Mon, 22 Dec 2008 14:18:26 +0000 hauberg Improve help message
Sat, 13 Dec 2008 12:55:23 +0000 hauberg Fix indexing (by Dongik Shin)
Tue, 11 Nov 2008 18:15:37 +0000 hauberg fix typo in help message
Sat, 01 Nov 2008 15:58:47 +0000 hauberg Fix demo to show all images
Sat, 25 Oct 2008 09:09:50 +0000 hauberg Added copyright notice (gpl)
Mon, 06 Oct 2008 11:40:16 +0000 hauberg change log2 to xlog2 for portability
Sun, 05 Oct 2008 19:18:25 +0000 hauberg Support a new set of spatial filters
Thu, 02 Oct 2008 08:36:09 +0000 hauberg Style changes to make code more octave-like
Wed, 01 Oct 2008 09:51:38 +0000 hauberg Remove imread and imwrite as they have been moved to Octave
Tue, 30 Sep 2008 17:56:02 +0000 hauberg Avoid segfaults on errors
Tue, 30 Sep 2008 17:54:53 +0000 hauberg Avoid segfaults on errors
Fri, 26 Sep 2008 18:10:36 +0000 hauberg Add missing period in help text
Sun, 31 Aug 2008 17:53:57 +0000 hauberg Update version number release-1.0.8
Sun, 31 Aug 2008 13:01:26 +0000 hauberg Fix build issue
Sun, 24 Aug 2008 16:17:40 +0000 hauberg Bumped version number release-1.0.7
Wed, 30 Jul 2008 07:55:15 +0000 adb014 Fix for depth not equal to 1,2,4,8, or 16 with ImageMagick 6.4.0 (For Valmor de Almeida)
Sat, 26 Jul 2008 07:03:38 +0000 hauberg rgbplot wasn't functional due to bad indexing
Tue, 08 Jul 2008 12:08:47 +0000 hauberg Put license information in one comment block, such that the documentation is presented online
Sat, 05 Jul 2008 06:03:55 +0000 hauberg Changed 'len' to 'length' as that is what the function is called
Thu, 05 Jun 2008 09:51:38 +0000 adb014 Replace isstr with ischar everywhere
Thu, 15 May 2008 07:56:44 +0000 goffioul Fix typo
Tue, 06 May 2008 17:03:38 +0000 hauberg 64bit fix
Tue, 29 Apr 2008 17:52:26 +0000 hauberg Updated release dates release-1.0.6
Mon, 28 Apr 2008 17:01:39 +0000 hauberg use isempty instead of != when working with strings
Fri, 25 Apr 2008 14:51:21 +0000 hauberg use 8-neighours because ML does
Mon, 14 Apr 2008 18:07:52 +0000 hauberg Fix index bug
Mon, 14 Apr 2008 16:46:18 +0000 hauberg remove compiler warning
Mon, 14 Apr 2008 16:21:36 +0000 hauberg 64bit fix
Sat, 12 Apr 2008 15:46:59 +0000 hauberg Added support for custom Gaussian smoothing
Fri, 11 Apr 2008 14:36:55 +0000 hauberg Remove printf statement
Thu, 10 Apr 2008 09:24:51 +0000 goffioul Fix MSVC compilation
Wed, 09 Apr 2008 20:37:03 +0000 hauberg Fix test error
Wed, 09 Apr 2008 20:31:55 +0000 hauberg Fix test error
Wed, 09 Apr 2008 15:36:31 +0000 adb014 Correct typos
Wed, 09 Apr 2008 15:15:24 +0000 adb014 configuration and build fixes