log

age author description
Sun, 02 Sep 2012 02:31:53 +0000 carandraug isbw: delegate checks to new shared private functions and add test blocks
Sun, 02 Sep 2012 01:53:19 +0000 carandraug graythresh: return goodness of computed value. Prepare code for multiple algorithms. Avoid var names that shadow core functions.
Sun, 02 Sep 2012 00:51:46 +0000 carandraug graythresh: update link to original code
Fri, 31 Aug 2012 15:35:11 +0000 jordigh Make bwlabeln compile
Wed, 29 Aug 2012 02:56:16 +0000 carandraug normxcorr2: check input that template is smaller than image
Tue, 15 May 2012 14:15:20 +0000 carandraug padarray: do not mix spaces and tabs
Tue, 15 May 2012 12:51:58 +0000 carandraug imcrop: new function for image package. Submitted to mailing list by Pablo Rossi <prossi@ing.unrc.edu.ar>
Mon, 14 May 2012 17:23:29 +0000 carandraug imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.
Wed, 18 Apr 2012 20:56:52 +0000 carandraug tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
Mon, 16 Apr 2012 12:51:08 +0000 carandraug image: no longer load package automatically
Mon, 16 Apr 2012 12:49:47 +0000 carandraug maint: update license to GPLv3 and mention non GPL files
Mon, 16 Apr 2012 11:47:35 +0000 carandraug image: replace calls to usage() by print_usage() (usage is redundant and going to be deprecated in 3.8). Also small improvements on texinfo and use of defaulr arguments for simpler input check.
Mon, 16 Apr 2012 09:01:20 +0000 carandraug maint: update e-mail address of Etienne Grossmann to <etienne@egdn.net> as requested by himself
Fri, 13 Apr 2012 11:15:28 +0000 carandraug maint: update e-mail address of Etienne Grossmann
Thu, 12 Apr 2012 09:49:33 +0000 carandraug mat2gray: help text to mention situation when min and max are equal
Thu, 12 Apr 2012 09:42:32 +0000 carandraug mat2gray: use less memory by editing the input image rather than creating a copy and editing that one
Thu, 12 Apr 2012 09:33:03 +0000 carandraug mat2gray: matlab compatibility fixes for when max and min are the same
Wed, 11 Apr 2012 19:11:07 +0000 carandraug im2int16: new function for image package and updated list of functinos on seealso help text
Wed, 11 Apr 2012 18:30:27 +0000 carandraug im2single: new function for image package
Wed, 11 Apr 2012 18:23:09 +0000 carandraug im2uint8: matlab compatibility and support for indexed images
Wed, 11 Apr 2012 17:51:21 +0000 carandraug im2uint16: matlab compatibility and support for indexed images
Wed, 11 Apr 2012 17:13:27 +0000 carandraug im2double: fix small bug where isind would be called wrongly
Wed, 11 Apr 2012 17:01:36 +0000 carandraug im2double: added new private function that will be used for input checking of all im2_class functions
Wed, 11 Apr 2012 16:45:41 +0000 carandraug im2double: added tests
Wed, 11 Apr 2012 15:22:19 +0000 carandraug im2double: added support for indexed images and matlab compatibility
Wed, 11 Apr 2012 14:57:31 +0000 carandraug isind: fix small mistake on help text
Wed, 11 Apr 2012 14:08:27 +0000 carandraug im2double: added support for binary images (patch by Martin Helm <martin@mhelm.de>)
Fri, 16 Mar 2012 03:58:03 +0000 carandraug help text: functions in oct files are {Loadable Functions}, not {Function Files}. Fixing help texts accordingly
Thu, 15 Mar 2012 12:43:09 +0000 carandraug iscolormap: new function to image package
Wed, 14 Mar 2012 06:59:32 +0000 thomas-weber Fix typo in doc string.
Tue, 13 Mar 2012 18:25:56 +0000 carandraug mat2gray: more complete documentation
Tue, 13 Mar 2012 18:08:40 +0000 carandraug mat2gray: big rewrite, function seems to not be working for several octave releases. Also should now be completely compatible with matlab
Tue, 13 Mar 2012 05:14:22 +0000 carandraug stretchlim: fix bug due to behaviour of ismatrix, replace tabs per spaces and use print_usage
Tue, 13 Mar 2012 05:13:57 +0000 carandraug fftconv2: fix bug due to behaviour of ismatrix, replace tabs per spaces and use print_usage
Tue, 13 Mar 2012 05:07:07 +0000 carandraug bwlabel: add copyright notice
Tue, 13 Mar 2012 04:50:33 +0000 carandraug bwfill: fix bug about holes mode, improved documentation and segfault when input is 1x1 matrix. Patch supplied by Ricardo Santiago Mozos <rsmozos@gmail.com>
Mon, 30 Jan 2012 11:16:11 +0000 carandraug wavelength2rgb: bug fix on input check by <mmesser314@gmail.com>
Fri, 27 Jan 2012 17:10:52 +0000 carandraug wavelength: help text to texinfo, check input, and simpler setting defaults
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