log

age author description
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
Wed, 09 Apr 2008 15:00:57 +0000 adb014 Remove use of deprecated function
Tue, 08 Apr 2008 18:24:35 +0000 hauberg Don't crash with non-square matrices
Tue, 08 Apr 2008 17:52:24 +0000 hauberg make sure output is 'logical'
Mon, 07 Apr 2008 16:30:39 +0000 hauberg Added an OCTAVE_QUIT such that the function can be aborted by the user
Mon, 07 Apr 2008 14:27:36 +0000 adb014 Windows compatibility fix (For Michal Fita)
Sun, 06 Apr 2008 23:36:22 +0000 adb014 Update version numbers, release dates, and news in preparation for release
Thu, 03 Apr 2008 08:04:10 +0000 adb014 Add -strip flag to call to convert (For Kristian Rumberg)
Wed, 02 Apr 2008 15:12:25 +0000 adb014 Support BMPs, remove flags to convert that cause some issues with image reads (For Kristian Rumberg)
Mon, 24 Mar 2008 19:15:21 +0000 hauberg imsmooth: support for bilateral filtering
Mon, 24 Mar 2008 13:42:53 +0000 hauberg Add missing functions
Mon, 24 Mar 2008 13:36:37 +0000 hauberg Added a reference to the perona-malik paper
Mon, 24 Mar 2008 11:57:21 +0000 hauberg new function: imcomplement
Mon, 24 Mar 2008 11:26:58 +0000 hauberg added rgbplot
Mon, 24 Mar 2008 11:26:00 +0000 hauberg More morphological operators
Mon, 24 Mar 2008 10:52:45 +0000 hauberg change reference from ordfiltn to ordfilt2
Sun, 23 Mar 2008 23:14:44 +0000 hauberg Removed 'cordflt2.cc' as '__cordfltn__' is more general.
Sun, 23 Mar 2008 21:29:37 +0000 hauberg Also accept 'Palette' from ImageMagick
Sun, 23 Mar 2008 15:36:17 +0000 hauberg Reorganise help text to improve html layout
Sat, 22 Mar 2008 12:36:28 +0000 hauberg Minor bug fix
Sat, 22 Mar 2008 12:36:01 +0000 hauberg Add support for N-dimensional input
Sat, 22 Mar 2008 11:37:27 +0000 hauberg Add 'reflect' and change coding style to better match the one used in Octave
Sat, 22 Mar 2008 11:07:33 +0000 hauberg Added OCTAVE_QUIT to main loop
Fri, 21 Mar 2008 19:05:44 +0000 hauberg Simplify autotools stuff
Fri, 21 Mar 2008 16:08:06 +0000 hauberg Remove compatiility notes as the implementation appears to match the matlab one
Fri, 21 Mar 2008 15:41:49 +0000 hauberg Added N-dimensional version of 'ordfilt2'
Fri, 21 Mar 2008 14:18:05 +0000 hauberg Remove non-funtional mean shift smoothing
Fri, 21 Mar 2008 14:16:51 +0000 hauberg Make 'ordfilt2' use the new '__cordfltn__' function such that we can removed the 2D-only 'cordflt2' in the future
Fri, 21 Mar 2008 14:13:18 +0000 hauberg Mention 'immaximas' in 'houghtf' help text