log

age author description
Fri, 27 Jan 2012 16:41:53 +0000 carandraug wavelength: new function to image package. Contributed by William Krekeler <WKrekeler@cleanearthtech.com>
Mon, 23 Jan 2012 21:32:37 +0000 carandraug rho_filter: use hanning() from core instead of hann() from signal package
Fri, 16 Dec 2011 23:21:53 +0000 carandraug graycomatrix: removed deprecated syntax in octave 3.4.3 to avoid warning at compilation time
Fri, 16 Dec 2011 23:20:33 +0000 carandraug normxcorr2: fix bug on documentation
Fri, 16 Dec 2011 23:09:12 +0000 carandraug iptcheckmap: bug fix caused by confusing with parentheses
Fri, 16 Dec 2011 20:33:08 +0000 carandraug normxcorr2: new function is wrapper for xcorr2 from signal package
Fri, 16 Dec 2011 20:32:15 +0000 carandraug graycomatrix: replace tabs per spaces
Sun, 11 Dec 2011 03:30:40 +0000 carandraug imlincomb: new function
Sun, 11 Dec 2011 03:30:06 +0000 carandraug imarithmetics: fixing bug on input check
Sat, 10 Dec 2011 23:36:58 +0000 carandraug imabsdiff: new function
Sat, 10 Dec 2011 23:34:33 +0000 carandraug immultiply: fixing mistake on tests
Sat, 10 Dec 2011 23:06:18 +0000 carandraug image arithmetic functions: more matlab compatibility, test cases, better help text, bug fixes
Sat, 10 Dec 2011 19:53:32 +0000 carandraug image arithmetics extensing @seealso sections
Sat, 10 Dec 2011 19:50:25 +0000 carandraug imdivide immultiply: new functions
Sat, 10 Dec 2011 19:48:05 +0000 carandraug imarithmetics: fix small bug on error messages
Fri, 09 Dec 2011 19:19:00 +0000 carandraug imsubtract: new function
Fri, 09 Dec 2011 19:03:54 +0000 carandraug image arithmetics: create private function that deals with input check and preparation for imadd and future imsubtract/divide/etc
Fri, 09 Dec 2011 18:42:33 +0000 carandraug imadd: note about matlab compatibility, added support for signed integers, and implement non-matlab where it actually returns double if requested by user
Fri, 09 Dec 2011 05:24:05 +0000 carandraug image package: update NEWS and INDEX
Fri, 09 Dec 2011 05:15:25 +0000 carandraug imadd: new function
Fri, 09 Dec 2011 05:11:29 +0000 carandraug blkproc: deprecating blkproc and replace by blockproc for matlab compatibility
Mon, 05 Dec 2011 04:42:34 +0000 carandraug image: update NEWS
Mon, 05 Dec 2011 04:41:59 +0000 carandraug isgray isbw isrgb: return false is argument is empty matrix
Mon, 05 Dec 2011 04:40:59 +0000 carandraug isind:
Mon, 05 Dec 2011 04:20:50 +0000 carandraug isrgb:
Mon, 05 Dec 2011 04:06:15 +0000 carandraug isgray:
Mon, 05 Dec 2011 03:59:44 +0000 carandraug isbw: check sample of image first to speed up computation
Mon, 05 Dec 2011 01:22:06 +0000 carandraug image: added important note on NEWS about new behaviour of isbw
Mon, 05 Dec 2011 01:16:55 +0000 carandraug dilate and erode: added warning about being deprecated on their help text
Mon, 05 Dec 2011 01:12:42 +0000 carandraug image: added NEWS file
Mon, 05 Dec 2011 00:53:07 +0000 carandraug isbw: made function still return true for non-logical matrix of 1 and 0 but issue warning. This will be changed again in future
Mon, 05 Dec 2011 00:47:20 +0000 carandraug isbw: IMPORTANT COMMIT BREAKS COMPATIBILITY
Tue, 29 Nov 2011 01:22:33 +0000 carandraug conndef: make type case insensitive, use print_usage, tabs per spaces, code prettifier, small changes on help text, improved input check, copyright to GPLv3+
Mon, 28 Nov 2011 19:14:37 +0000 carandraug bwlabeln: added function to INDEX and MakeFile
Mon, 28 Nov 2011 19:13:38 +0000 carandraug bwlabeln: improved help text
Mon, 28 Nov 2011 19:12:43 +0000 jordigh Add union-find.h++ for bwlabeln.cc implementation
Sun, 27 Nov 2011 01:45:30 +0000 carandraug bweuler: patch by Adrián del Pino delpinonavarrete@gmail.com
Fri, 18 Nov 2011 07:08:09 +0000 jordigh Add preliminary implementation of bwlabeln
Thu, 10 Nov 2011 19:44:35 +0000 carandraug imhist: bug fix when n is not specified, and useing_colormap was not initialized
Thu, 10 Nov 2011 03:10:43 +0000 carandraug mat2gray: fixes on input checking
Thu, 10 Nov 2011 03:09:53 +0000 carandraug imhist: fixed bug that made function work when using grayscale images, improved help text, input check, and matlab compatibility
Thu, 03 Nov 2011 01:27:47 +0000 carandraug removal of deprecated functions: loadimage, spdiag, split, clearplot, diag, weibull_cdf, clg
Thu, 03 Nov 2011 00:20:56 +0000 carandraug grayslice: extra input check, use print_usage and don't use deprecated is_scalar
Wed, 02 Nov 2011 19:19:52 +0000 carandraug iptchecknargin: fix error message to use func_name
Wed, 02 Nov 2011 19:19:06 +0000 carandraug image: properly formatted error message does not need to error trace back
Wed, 02 Nov 2011 17:03:06 +0000 carandraug imbothat: fix errors on the input check
Wed, 02 Nov 2011 17:01:03 +0000 carandraug imtophat: removed deprecated option from documentation and changed warning to anytime the transform option is specified
Wed, 02 Nov 2011 15:01:46 +0000 carandraug imtophat: added warning for use of black/close option which will be removed in the future
Wed, 02 Nov 2011 14:58:36 +0000 carandraug image package: functions using the black/close option of imtophat, now use imbothat
Wed, 02 Nov 2011 14:57:38 +0000 carandraug imbothat: fix error messages
Wed, 02 Nov 2011 14:41:30 +0000 carandraug imbothat: new function for image package and modified imtophat to use it
Tue, 01 Nov 2011 23:11:35 +0000 carandraug iptcheckconn: new image for image package
Tue, 01 Nov 2011 16:17:53 +0000 carandraug getrangefromclass: new function for image package
Tue, 01 Nov 2011 14:21:15 +0000 carandraug image: new utility functions iptcheckstrs, iptnum2ordinal, iptcheckmap and iptchecknargin
Mon, 31 Oct 2011 12:50:48 +0000 carandraug bwmorph: use package functions rather than re-implementing operation
Mon, 31 Oct 2011 12:49:11 +0000 carandraug bwmorph: using spaces instead of tabs
Mon, 31 Oct 2011 12:28:44 +0000 carandraug image: remove imginfo from INDEX
Mon, 31 Oct 2011 03:59:16 +0000 carandraug imerode, imdilate: copied tests, demo and exra help text from the now deprecated dilate and erode functions
Mon, 31 Oct 2011 03:57:36 +0000 carandraug dilate, erode: marked as deprecated in favour of imerode and imdilate
Mon, 31 Oct 2011 03:03:26 +0000 carandraug imrotate: tabs per spaces and keep help text in less characters per line