log

age author description
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
Fri, 21 Mar 2008 14:06:22 +0000 hauberg Minor changes between int and octave_idx_type
Fri, 21 Mar 2008 14:01:36 +0000 hauberg New function for locating spatial maximas
Fri, 21 Mar 2008 12:13:23 +0000 hauberg ND version of cordflt2: __cordfltn__
Thu, 20 Mar 2008 14:48:00 +0000 adb014 Magick++.h is under /usr/include/magick on some systems. Get Magick++-config to tell us the location to use
Wed, 19 Mar 2008 22:51:49 +0000 hauberg input checking and minor compatibility fix
Thu, 13 Mar 2008 22:56:34 +0000 hauberg Remove m-file implementation of 'bwlabel' since the C++ implementation is more Matlab compatible
Thu, 13 Mar 2008 15:47:14 +0000 hauberg Support for circle detection using the Hough transform
Thu, 13 Mar 2008 14:43:35 +0000 hauberg Updated the computations of thresholds
Thu, 13 Mar 2008 14:40:14 +0000 hauberg Change help text to say its a Loadable Function
Thu, 13 Mar 2008 14:17:44 +0000 hauberg code optimisation -- now uses less memory
Thu, 13 Mar 2008 13:36:24 +0000 hauberg rename houghtf to hough_line
Thu, 13 Mar 2008 13:35:26 +0000 hauberg rename houghtf to hough_line
Thu, 13 Mar 2008 13:34:57 +0000 hauberg rename houghtf to hough_line
Thu, 13 Mar 2008 13:18:51 +0000 hauberg added support for median filtering in 'imsmooth'
Wed, 12 Mar 2008 08:54:51 +0000 hauberg use 'imsmooth' instead of 'conv2'
Tue, 11 Mar 2008 08:52:02 +0000 hauberg Rewrite of 'edge'. This includes the addition of the 'canny' edge detector
Thu, 06 Mar 2008 11:48:17 +0000 hauberg Added radon transformation
Mon, 11 Feb 2008 09:28:14 +0000 adb014 Actually use the number of bins, and scale the matrix to 0..1 range before using it (For Jonas Wagner) release-1.0.5
Tue, 05 Feb 2008 08:57:21 +0000 adb014 maybe the last copyright update
Mon, 04 Feb 2008 13:47:45 +0000 adb014 More copyright updates
Thu, 31 Jan 2008 19:44:33 +0000 hauberg Update version numbers
Tue, 29 Jan 2008 21:05:08 +0000 hauberg Remove bashism from autogen.sh files
Sat, 26 Jan 2008 01:27:33 +0000 etienne Slightly more verbose error
Sun, 30 Dec 2007 10:37:01 +0000 hauberg imtranslate: use real() instead of abs() as this allows images with negative values
Mon, 24 Dec 2007 10:41:35 +0000 hauberg Added imsmooth to the INDEX file
Mon, 17 Dec 2007 12:33:33 +0000 adb014 Get rid of spurious warnings about --datarootdir. Small doc update
Sun, 16 Dec 2007 00:37:51 +0000 hauberg linear and non-linear image smoothing
Sat, 15 Dec 2007 20:35:07 +0000 hauberg A minor code simplification
Sat, 15 Dec 2007 14:00:13 +0000 hauberg Added 'imfilter'
Wed, 05 Dec 2007 16:24:55 +0000 adb014 Update the version numbers. All packages need new version numbers due to package differences in the CVS to SVN transition release-1.0.4
Mon, 22 Oct 2007 23:26:43 +0000 adb014 Move the cvsignore files to svnignore
Thu, 27 Sep 2007 12:50:56 +0000 adb014 Fix some of the author strings in teh copyrights for a better AUTHORS file release-1.0.3
Mon, 24 Sep 2007 23:38:27 +0000 adb014 Update version numbers for modified packages
Tue, 24 Jul 2007 20:49:13 +0000 adb014 Some indexing fixes release-1.0.2
Tue, 24 Jul 2007 20:49:00 +0000 adb014 Remove flag.m ported to octave.
Mon, 23 Jul 2007 23:41:31 +0000 adb014 Remove functions ported to Octave.
Mon, 18 Jun 2007 15:20:24 +0000 hauberg Updated to 1.0.2
Mon, 18 Jun 2007 15:18:36 +0000 hauberg fix call to __magick_read__ (by Roman Stanchak)
Thu, 24 May 2007 19:29:53 +0000 adb014 variable 'im' is in fact 'f' release-1.0.1
Thu, 17 May 2007 19:13:06 +0000 hauberg Fix bug when warps go more than two times the image width out of the image frame
Wed, 09 May 2007 09:44:58 +0000 hauberg Added more liberal input checking to the functions for spatial transformations
Sat, 05 May 2007 13:57:30 +0000 hauberg Moved 'MakeShears' into 'imrotate_Fourier' as a private function
Fri, 27 Apr 2007 08:26:20 +0000 hauberg Added 'same' to imperspectivewarp
Wed, 28 Mar 2007 18:54:14 +0000 adb014 Update for the external dependencies release-1.0.0
Fri, 23 Mar 2007 20:59:58 +0000 adb014 FSF address update
Fri, 23 Mar 2007 16:14:46 +0000 adb014 Update the FSF address
Tue, 20 Mar 2007 22:17:58 +0000 adb014 Ensure that configure script is executable
Wed, 07 Mar 2007 20:20:50 +0000 adb014 Conditional build of configure file
Thu, 08 Feb 2007 00:04:05 +0000 pkienzle Use truecolor format if colourmap is longer than 256.
Tue, 06 Feb 2007 01:03:04 +0000 pkienzle Print an error if more than 256 colours used in the indexed map.
Thu, 01 Feb 2007 13:14:41 +0000 pkienzle Document that values are in the range 0-255 for truecolor bitmaps
Tue, 30 Jan 2007 22:23:44 +0000 adb014 Add Autoload field to DESCRIPTION of main/ packages
Tue, 30 Jan 2007 15:57:59 +0000 hauberg Bug fixes
Sat, 27 Jan 2007 16:32:22 +0000 adb014 Remove pkg.mk and incorporate in Makeconf.base. Update Makefiles accordingly. Use cvs2cl to create ChangeLog files for all of the packages if a ChangeLog file doesn't exist. Package build machine must therefore have access to the CVS
Wed, 17 Jan 2007 21:21:05 +0000 hauberg Code cleanup and support for color images
Wed, 17 Jan 2007 18:40:17 +0000 hauberg Add a slightly longer package description
Tue, 16 Jan 2007 10:05:11 +0000 hauberg New function: label2rgb