log

age author description
Wed, 20 Oct 2010 20:07:43 +0000 hauberg Handle 2D data properly
Mon, 18 Oct 2010 10:49:30 +0000 hauberg Allow non-double images when using Fourier rotations
Wed, 25 Aug 2010 18:01:43 +0000 carandraug Added note on help text about compatibility with MatLab
Mon, 16 Aug 2010 00:59:09 +0000 carandraug Speed boost for imdilate function when using binary images (using code from dilate function)
Mon, 16 Aug 2010 00:51:07 +0000 carandraug Speed boost for imdilate function when using binary images (using code from dilate function)
Mon, 16 Aug 2010 00:40:01 +0000 carandraug Bug fix in dilate when using non-symmetrical structuring elements
Fri, 13 Aug 2010 15:59:54 +0000 carandraug Faster and easier bug fix for bug when using non-symmetrical SE. Only need to rotate the SE before the filtering
Thu, 12 Aug 2010 21:47:39 +0000 carandraug Bug fix for imdilate for error when using non-symmetrical SE. It now calculates dilation by erosion of the image complement
Thu, 12 Aug 2010 00:14:02 +0000 carandraug Bug fix where opening was not subtracted. Logical operation was done (suitable for binary images only and not grayscale).
Wed, 11 Aug 2010 23:39:52 +0000 carandraug Commenting code of mmgradm
Wed, 11 Aug 2010 23:25:11 +0000 carandraug Added new function for morphological operations (morphological gradient)
Thu, 27 May 2010 10:54:18 +0000 lxop Fixed rho_filter
Sat, 22 May 2010 16:07:45 +0000 hauberg Bump version release-1.0.13
Sat, 22 May 2010 16:07:33 +0000 hauberg Add 'tiff_tag_read'
Sat, 22 May 2010 16:07:09 +0000 hauberg Use custom bicubic interpolation to work around bug in Octave 3.2.x
Thu, 20 May 2010 22:18:21 +0000 carandraug New function to read tags from TIFF files
Fri, 14 May 2010 07:33:50 +0000 hauberg Comment 'mean_shift' function out as it is not being used (and causes problems for oct2mat)
Thu, 29 Apr 2010 07:48:06 +0000 schloegl Oct2mat: move essential functions into directory basics, remove non-essential functions, replace deprecated functions
Wed, 14 Apr 2010 22:53:13 +0000 hauberg Add missing division (/) (from Sean Veers)
Wed, 07 Apr 2010 21:32:03 +0000 lxop Fix for rho_filter to allow default arguments properly
Wed, 31 Mar 2010 21:23:21 +0000 lxop Missed a bit in the last bug fix upload for phantom
Wed, 31 Mar 2010 00:45:06 +0000 lxop Bug found and fixed in phantom that prevented the use of custom ellipses
Tue, 30 Mar 2010 07:37:36 +0000 lxop Adding function `iradon\' and a helper function `rho_filter\'
Tue, 23 Mar 2010 01:02:30 +0000 hauberg Use NDArray instead ArrayN<double> as this works with both 3.2.x and 3.3.x
Mon, 22 Mar 2010 19:58:13 +0000 hauberg Bump version release-1.0.12
Mon, 22 Mar 2010 19:57:45 +0000 hauberg Allow 'deriche' to be compiled with Octave 3.2.x
Fri, 12 Mar 2010 22:58:27 +0000 hauberg Change defaults to match Matlab
Mon, 08 Mar 2010 21:34:46 +0000 hauberg Add new function (phantom) to INDEX
Mon, 08 Mar 2010 21:21:12 +0000 lxop Remove executable property from phantom.m
Mon, 08 Mar 2010 21:08:14 +0000 lxop Add new function phantom
Sat, 06 Mar 2010 19:26:53 +0000 hauberg simplify dim_vector handling
Sat, 06 Mar 2010 09:07:52 +0000 hauberg No longer use deprecated API
Sat, 06 Mar 2010 09:06:24 +0000 hauberg Remove 'cordfilt2' as it has been deprecated for some time now
Sat, 06 Mar 2010 09:05:33 +0000 hauberg Remove jpg and png functions from INDEX
Sat, 06 Mar 2010 09:04:54 +0000 hauberg Fix a bunch of warnings caused by deprecation of API in the 3.3.x series
Sat, 06 Mar 2010 08:52:20 +0000 hauberg Remove JPEG and PNG functions and as a result simplify build system
Fri, 05 Mar 2010 02:55:42 +0000 hauberg Remove bwcount from INDEX release-1.0.11
Fri, 05 Mar 2010 02:51:45 +0000 hauberg Bump version
Fri, 05 Mar 2010 02:49:50 +0000 hauberg Remove 'bwcount' as we now have regionprops
Fri, 05 Mar 2010 02:48:41 +0000 hauberg Work on binary input
Fri, 05 Mar 2010 02:48:26 +0000 hauberg More properties implemented
Wed, 17 Feb 2010 12:00:15 +0000 highegg reduce intermediate memory usage in imperspectivewarp
Fri, 12 Feb 2010 22:52:54 +0000 hauberg Do orientations mod pi
Mon, 08 Feb 2010 05:24:56 +0000 hauberg New function: regionprops
Mon, 08 Feb 2010 01:57:58 +0000 hauberg New function: bwconncomp
Mon, 08 Feb 2010 01:25:31 +0000 hauberg Document bwboundaries
Mon, 08 Feb 2010 00:55:18 +0000 hauberg New function: bwboundaries
Mon, 25 Jan 2010 18:00:11 +0000 gnumuthu bwcount.m : find number, area and positions of the connected regions in a binary image
Mon, 25 Jan 2010 17:56:50 +0000 gnumuthu bwcount.m : find number, area and positions of the connected regions in a binary image
Sun, 17 Jan 2010 18:47:18 +0000 hauberg Remove unneeded @'s (from Thomas Weber)
Sun, 03 Jan 2010 20:20:09 +0000 thomas-weber Fix test case, return boolean matrix
Sun, 03 Jan 2010 19:11:27 +0000 thomas-weber Replace deprecated 'spfind'
Sun, 03 Jan 2010 18:24:46 +0000 thomas-weber Bug fix: write wrongly capitalized variable name correctly
Tue, 29 Dec 2009 12:05:22 +0000 hauberg Change test function to an anonymous function
Mon, 26 Oct 2009 10:27:47 +0000 hauberg Add missing 'swap' function
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