Mercurial > hg > octave-image
graph
-
iscolormap: also check class and number of dimensionsSun, 02 Sep 2012 03:52:17 +0000, by carandraug
-
is_double_image: new private function to check if an image of class double is validSun, 02 Sep 2012 03:41:40 +0000, by carandraug
-
isrgb: use shared private functions for checksSun, 02 Sep 2012 03:33:55 +0000, by carandraug
-
isind: also check part first for speedupSun, 02 Sep 2012 03:32:21 +0000, by carandraug
-
isimage: also check if input is realSun, 02 Sep 2012 03:17:47 +0000, by carandraug
-
isind: use builtin function isindexSun, 02 Sep 2012 02:48:30 +0000, by carandraug
-
isind: use shared private functions for checksSun, 02 Sep 2012 02:44:23 +0000, by carandraug
-
isgray: use shared private functions for checks and added test blocksSun, 02 Sep 2012 02:37:12 +0000, by carandraug
-
isbw: fix bug when input image has more than 2D.Sun, 02 Sep 2012 02:33:14 +0000, by carandraug
-
isbw: delegate checks to new shared private functions and add test blocksSun, 02 Sep 2012 02:31:53 +0000, by carandraug
-
graythresh: return goodness of computed value. Prepare code for multiple algorithms. Avoid var names that shadow core functions.Sun, 02 Sep 2012 01:53:19 +0000, by carandraug
-
graythresh: update link to original codeSun, 02 Sep 2012 00:51:46 +0000, by carandraug
-
Make bwlabeln compileFri, 31 Aug 2012 15:35:11 +0000, by jordigh
-
normxcorr2: check input that template is smaller than imageWed, 29 Aug 2012 02:56:16 +0000, by carandraug
-
padarray: do not mix spaces and tabsTue, 15 May 2012 14:15:20 +0000, by carandraug
-
imcrop: new function for image package. Submitted to mailing list by Pablo Rossi <prossi@ing.unrc.edu.ar>Tue, 15 May 2012 12:51:58 +0000, by carandraug
-
imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.Mon, 14 May 2012 17:23:29 +0000, by carandraug
-
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentationWed, 18 Apr 2012 20:56:52 +0000, by carandraug
-
image: no longer load package automaticallyMon, 16 Apr 2012 12:51:08 +0000, by carandraug
-
maint: update license to GPLv3 and mention non GPL filesMon, 16 Apr 2012 12:49:47 +0000, by carandraug
-
maint: update e-mail address of Etienne Grossmann to <etienne@egdn.net> as requested by himselfMon, 16 Apr 2012 09:01:20 +0000, by carandraug
-
maint: update e-mail address of Etienne GrossmannFri, 13 Apr 2012 11:15:28 +0000, by carandraug
-
mat2gray: help text to mention situation when min and max are equalThu, 12 Apr 2012 09:49:33 +0000, by carandraug
-
mat2gray: use less memory by editing the input image rather than creating a copy and editing that oneThu, 12 Apr 2012 09:42:32 +0000, by carandraug
-
mat2gray: matlab compatibility fixes for when max and min are the sameThu, 12 Apr 2012 09:33:03 +0000, by carandraug
-
im2int16: new function for image package and updated list of functinos on seealso help textWed, 11 Apr 2012 19:11:07 +0000, by carandraug
-
im2single: new function for image packageWed, 11 Apr 2012 18:30:27 +0000, by carandraug
-
im2uint8: matlab compatibility and support for indexed imagesWed, 11 Apr 2012 18:23:09 +0000, by carandraug
-
im2uint16: matlab compatibility and support for indexed imagesWed, 11 Apr 2012 17:51:21 +0000, by carandraug
-
im2double: fix small bug where isind would be called wronglyWed, 11 Apr 2012 17:13:27 +0000, by carandraug
-
im2double: added new private function that will be used for input checking of all im2_class functionsWed, 11 Apr 2012 17:01:36 +0000, by carandraug
-
im2double: added testsWed, 11 Apr 2012 16:45:41 +0000, by carandraug
-
im2double: added support for indexed images and matlab compatibilityWed, 11 Apr 2012 15:22:19 +0000, by carandraug
-
isind: fix small mistake on help textWed, 11 Apr 2012 14:57:31 +0000, by carandraug
-
im2double: added support for binary images (patch by Martin Helm <martin@mhelm.de>)Wed, 11 Apr 2012 14:08:27 +0000, by carandraug
-
help text: functions in oct files are {Loadable Functions}, not {Function Files}. Fixing help texts accordinglyFri, 16 Mar 2012 03:58:03 +0000, by carandraug
-
iscolormap: new function to image packageThu, 15 Mar 2012 12:43:09 +0000, by carandraug
-
Fix typo in doc string.Wed, 14 Mar 2012 06:59:32 +0000, by thomas-weber
-
mat2gray: more complete documentationTue, 13 Mar 2012 18:25:56 +0000, by carandraug
-
mat2gray: big rewrite, function seems to not be working for several octave releases. Also should now be completely compatible with matlabTue, 13 Mar 2012 18:08:40 +0000, by carandraug
-
stretchlim: fix bug due to behaviour of ismatrix, replace tabs per spaces and use print_usageTue, 13 Mar 2012 05:14:22 +0000, by carandraug
-
fftconv2: fix bug due to behaviour of ismatrix, replace tabs per spaces and use print_usageTue, 13 Mar 2012 05:13:57 +0000, by carandraug
-
bwlabel: add copyright noticeTue, 13 Mar 2012 05:07:07 +0000, by 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>Tue, 13 Mar 2012 04:50:33 +0000, by carandraug
-
wavelength2rgb: bug fix on input check by <mmesser314@gmail.com>Mon, 30 Jan 2012 11:16:11 +0000, by carandraug
-
wavelength: help text to texinfo, check input, and simpler setting defaultsFri, 27 Jan 2012 17:10:52 +0000, by carandraug
-
wavelength: new function to image package. Contributed by William Krekeler <WKrekeler@cleanearthtech.com>Fri, 27 Jan 2012 16:41:53 +0000, by carandraug
-
rho_filter: use hanning() from core instead of hann() from signal packageMon, 23 Jan 2012 21:32:37 +0000, by carandraug
-
graycomatrix: removed deprecated syntax in octave 3.4.3 to avoid warning at compilation timeFri, 16 Dec 2011 23:21:53 +0000, by carandraug
-
normxcorr2: fix bug on documentationFri, 16 Dec 2011 23:20:33 +0000, by carandraug
-
iptcheckmap: bug fix caused by confusing with parenthesesFri, 16 Dec 2011 23:09:12 +0000, by carandraug
-
normxcorr2: new function is wrapper for xcorr2 from signal packageFri, 16 Dec 2011 20:33:08 +0000, by carandraug
-
graycomatrix: replace tabs per spacesFri, 16 Dec 2011 20:32:15 +0000, by carandraug
-
imlincomb: new functionSun, 11 Dec 2011 03:30:40 +0000, by carandraug
-
imarithmetics: fixing bug on input checkSun, 11 Dec 2011 03:30:06 +0000, by carandraug
-
imabsdiff: new functionSat, 10 Dec 2011 23:36:58 +0000, by carandraug
-
immultiply: fixing mistake on testsSat, 10 Dec 2011 23:34:33 +0000, by carandraug
-
image arithmetic functions: more matlab compatibility, test cases, better help text, bug fixesSat, 10 Dec 2011 23:06:18 +0000, by carandraug
-
image arithmetics extensing @seealso sectionsSat, 10 Dec 2011 19:53:32 +0000, by carandraug