Mercurial > hg > octave-image
graph
-
montage: new function with dependency on general package for inputParserWed, 05 Jun 2013 10:43:53 +0000, by carandraug
-
getrangefromclass: return values of class double. Small style fixes.Wed, 05 Jun 2013 10:42:55 +0000, by carandraug
-
rgb2ycbcr: better comments, and fix small bug on the actual used rangeSat, 01 Jun 2013 14:45:48 +0000, by carandraug
-
analyze75read.m: Style fixes.Wed, 15 May 2013 19:55:31 +0000, by adam78a
-
ycbcr2rgb: new functionSun, 05 May 2013 16:18:48 +0000, by carandraug
-
rgb2ycbcr: complete rewriteSun, 05 May 2013 07:48:19 +0000, by carandraug
-
image: remove previously deprecated functionsSun, 05 May 2013 04:09:40 +0000, by carandraug
-
image: remove functions moved to Octave core and dependent on >= 3.8Sun, 05 May 2013 04:04:40 +0000, by carandraug
-
showcmap: remove function (use rgbplot with composite option instead)Sun, 05 May 2013 03:54:10 +0000, by carandraug
-
image: add tests to findbounds and imtransform. Patch by Pantxo Diribarne <pantxo@dibona>Mon, 29 Apr 2013 12:53:23 +0000, by carandraug
-
strel: fix height tests (specify precision)Sun, 28 Apr 2013 05:38:56 +0000, by carandraug
-
strel: merge 3dline and line optionSun, 28 Apr 2013 05:38:17 +0000, by carandraug
-
strel: implement ball and 3dline options. Patch by Roberto Metere <roberto@metere.it>Sun, 28 Apr 2013 03:32:20 +0000, by carandraug
-
image: add checkerboard to INDEX fileSun, 28 Apr 2013 02:40:25 +0000, by carandraug
-
image: new spatial transformation functionsSun, 28 Apr 2013 02:31:13 +0000, by carandraug
-
bwdist: matlab compatibility fixesWed, 17 Apr 2013 03:09:07 +0000, by carandraug
-
bwdist: changed to C++Tue, 16 Apr 2013 03:05:46 +0000, by carandraug
-
src/bwdist.cc:Mon, 15 Apr 2013 00:46:30 +0000, by carandraug
-
bwdist: remove .m, leave only actual code in C++Sun, 14 Apr 2013 16:22:13 +0000, by carandraug
-
bwdist: add testsSun, 14 Apr 2013 16:19:31 +0000, by carandraug
-
__spatial_filtering: add testsSun, 14 Apr 2013 02:04:37 +0000, by carandraug
-
analyze75write: Write CalibrationUnits to header if that information is provided in the input. Also, ensure all char entries in the header are left justified.Wed, 06 Mar 2013 10:10:37 +0000, by adam78a
-
Fix centroid coordinate orderingTue, 05 Mar 2013 14:48:59 +0000, by jordigh
-
strel: implement line and periodic line. Submitted by Roberto Metere <roberto@metere.it>Sat, 02 Mar 2013 15:03:38 +0000, by carandraug
-
graythresh: bugfixes from upstream version 1.03Wed, 13 Feb 2013 23:34:54 +0000, by carandraug
-
cp2tform: avoid svd decomposition for performance (patch by Pantxo Diribarne) (bug #38179).Tue, 29 Jan 2013 09:17:31 +0000, by carandraug
-
graythresh: bug fixs on concavity and intermode methods. Check that percentile is given when using percentile method.Wed, 23 Jan 2013 01:30:33 +0000, by carandraug
-
bwlabeln: avoid using "or" and "and" keywords (Bug #7926)Tue, 15 Jan 2013 17:08:42 +0000, by carandraug
-
cp2tform: remove unecessary tolower()Mon, 14 Jan 2013 16:31:35 +0000, by carandraug
-
maketform, cp2tform: fix gub transform matrices inverted. Patch by Pantxo Diribarne (bug #38074)Mon, 14 Jan 2013 14:45:45 +0000, by carandraug
-
normxcorr2: improved documentationMon, 14 Jan 2013 01:03:03 +0000, by carandraug
-
corr2: fix typo on call to isimage and turn into wrapper for corr()Mon, 14 Jan 2013 00:59:01 +0000, by carandraug
-
ordfiltn: add option for symmetric optionMon, 14 Jan 2013 00:43:08 +0000, by carandraug
-
ordfiltn: error when optional input is weirdMon, 14 Jan 2013 00:40:03 +0000, by carandraug
-
padarray: allow string "zeros" as padvalue for consistencyMon, 14 Jan 2013 00:08:28 +0000, by carandraug
-
medfilt2: call ordfiltn directly, not ordfilt2Sun, 13 Jan 2013 23:59:37 +0000, by carandraug
-
ordfilt2: silence function (missing semi-colon)Sun, 13 Jan 2013 23:39:54 +0000, by carandraug
-
medfilt2 fixes, tests and documentation.Sun, 13 Jan 2013 23:38:26 +0000, by carandraug
-
imperspectivewarp, imrotate, imresize, imremap changes.Sat, 12 Jan 2013 15:50:13 +0000, by carandraug
-
imrotate: cleaning input checkSat, 12 Jan 2013 14:55:51 +0000, by carandraug
-
imrotate: move imrotate_Fourier into imrotateSat, 12 Jan 2013 14:41:28 +0000, by carandraug
-
imresize/imremap: do not parse interpolation methods, leave it to interp2 (already expands available methods)Fri, 11 Jan 2013 08:55:30 +0000, by carandraug
-
imresize: nice performance improvementFri, 11 Jan 2013 08:14:46 +0000, by carandraug
-
maint: list image package NEWS from very old releasesFri, 11 Jan 2013 04:14:13 +0000, by carandraug
-
maint: update file licensesThu, 10 Jan 2013 16:56:39 +0000, by carandraug
-
image package: spatial transformation (patch by Pantxo Diribarne)Thu, 10 Jan 2013 16:56:04 +0000, by carandraug
-
image: changes on autoconfTue, 08 Jan 2013 03:54:21 +0000, by carandraug
-
maint: remove .svnignore files. We are using svn:ignore property nowTue, 08 Jan 2013 03:44:43 +0000, by carandraug
-
strel: improved documentation. Remove check on height (matlab compatibility)Mon, 07 Jan 2013 19:37:14 +0000, by carandraug
-
strel/reflect: implement n-dimensional rotationMon, 07 Jan 2013 18:09:48 +0000, by carandraug
-
strel: fix indexing for matlab compatibility and square/cube shape bug.Mon, 07 Jan 2013 17:29:40 +0000, by carandraug
-
maint: fix Søren's nameSun, 06 Jan 2013 15:13:08 +0000, by carandraug
-
strel: implement cube shapeSun, 06 Jan 2013 15:07:08 +0000, by carandraug
-
update NEWS. Silence some function calls in imerode.Sun, 06 Jan 2013 05:24:55 +0000, by carandraug
-
Fixes for shape option and non-flat SE on imerode.Sun, 06 Jan 2013 05:06:55 +0000, by carandraug
-
reuse common code between ordered filter functions.Sun, 06 Jan 2013 04:52:12 +0000, by carandraug
-
Remove old function 'cordflt2' from seealso section of documentationFri, 04 Jan 2013 13:52:06 +0000, by carandraug
-
imdilate:Fri, 04 Jan 2013 03:08:25 +0000, by carandraug
-
imerode: add shape optionFri, 04 Jan 2013 02:41:54 +0000, by carandraug
-
imerode: perform grayscale erosion again but use Inf to calculate borders correctly.Fri, 04 Jan 2013 01:59:57 +0000, by carandraug