log

age author description
Thu, 07 Nov 2013 20:09:04 +0000 Carnë Draug bwconncomp: return indices for object elements and not its boundaries.
Thu, 07 Nov 2013 07:34:59 +0000 Carnë Draug bwconncomp: fix bug that causing linear indices to be wrong.
Thu, 07 Nov 2013 04:22:19 +0000 Carnë Draug Fix bug in C++ strel when calculating pad for image with more dimensions.
Thu, 07 Nov 2013 03:27:31 +0000 Carnë Draug maint: update NEWS.
Sun, 03 Nov 2013 09:14:42 +0000 Carnë Draug Rewrite colfilt to support N-dimensional images and implement distinct blocks.
Fri, 01 Nov 2013 21:13:20 +0000 Carnë Draug maint: update list of functions and their licenses in COPYING file.
Fri, 01 Nov 2013 19:24:40 +0000 Carnë Draug Rewrite nlfilter for support of N-dimensional input.
Fri, 01 Nov 2013 05:05:28 +0000 Carnë Draug bestblk: complete rewrite to suppport multi-dimensional matrices.
Fri, 01 Nov 2013 03:27:19 +0000 Carnë Draug col2im: complete rewrite for support of N-dimensional matrices and blocks.
Wed, 30 Oct 2013 20:18:53 +0000 Carnë Draug im2col: implement N dimensional sliding, and fix sampling order for distinct.
Tue, 29 Oct 2013 02:32:44 +0000 Carnë Draug bwperim: rewrite to support N-dimensional images and connectivity.
Tue, 29 Oct 2013 21:42:24 +0000 Carnë Draug intlut: fix for images of signed integers and with intmax() values.
Mon, 28 Oct 2013 20:15:43 +0000 Carnë Draug New function intlut and deprecate uintlut.
Tue, 29 Oct 2013 12:49:53 +0000 Carnë Draug im2col: rewrite of "sliding" option for performance increase.
Tue, 29 Oct 2013 12:15:08 +0000 Carnë Draug im2col: N-dimensional support for, and vectorization of, "distinct" option.
Tue, 29 Oct 2013 10:31:11 +0000 Carnë Draug Deprecate bwborder in favour of bwmorph with the "remove" option.
Tue, 29 Oct 2013 17:07:21 +0000 Carnë Draug Use warning ("off", ID, "local") instead of an unwind_protect block.
Mon, 28 Oct 2013 17:07:35 +0000 Carnë Draug conndef: simplify code to generate N-dimensional minimal connectity array.
Wed, 23 Oct 2013 23:23:01 +0100 Carnë Draug bwmorph: add test for bug #39293 previously fixed with cset 4598c2a5bf1a.
Thu, 17 Oct 2013 04:03:38 +0100 Carnë Draug bwlabeln: added some more tests comparing results with bwlabel().
Thu, 17 Oct 2013 03:44:50 +0100 Carnë Draug bwlabel: error if input ndims is larger than 2.
Thu, 17 Oct 2013 03:33:34 +0100 Carnë Draug bwlabeln: use implementation of bwlabel which is faster for 2D matrices.
Thu, 17 Oct 2013 01:48:22 +0100 Carnë Draug bwlabel: changed order of labels and improved performance.
Fri, 11 Oct 2013 18:29:56 +0100 Carnë Draug impad: deprecate impad in favour of padarray.
Thu, 10 Oct 2013 22:09:49 +0100 Carnë Draug padarray: manage padsize larger than input matrix with symmetric and reflect.
Fri, 11 Oct 2013 15:49:13 +0100 Carnë Draug bwmorph: small code comment added about compatibility
Wed, 09 Oct 2013 07:37:38 +0100 Carnë Draug bwmorph: support of N dimensional images and performance increase.
Wed, 09 Oct 2013 02:53:00 +0100 Carnë Draug bwmorph: some refactoring and compatibility fixes.
Tue, 08 Oct 2013 20:48:55 +0100 Carnë Draug isbw: use boolean logic for increased performance.
Wed, 09 Oct 2013 07:57:08 +0100 Carnë Draug Expand functions that make use of imdilate and imerode to use strel.
Tue, 08 Oct 2013 02:45:15 +0100 Carnë Draug imtophat: remove deprecated transform option (use imbothat).
Tue, 08 Oct 2013 01:05:52 +0100 Carnë Draug imerode.cc: remove some unecessary template magic and save binary space.
Mon, 07 Oct 2013 20:16:46 +0100 Carnë Draug bwdist: fix "comparison between signed and unsigned integer" warning.
Mon, 07 Oct 2013 18:19:16 +0100 Carnë Draug New strel methods to calculate size of padding (fixes for even sized nhood).
Thu, 03 Oct 2013 17:25:51 +0100 Carnë Draug New C++ class strel for use in morphological functions.
Mon, 30 Sep 2013 21:47:02 +0100 Carnë Draug strel: mark object as flat if height values are all zeros.
Mon, 30 Sep 2013 21:41:51 +0100 Carnë Draug Fix reflection of oven sized strel for Matlab compatibility.
Mon, 30 Sep 2013 18:23:42 +0100 Carnë Draug Recognize arbitrary strel shapes for decomposition. Overload isscalar and size.
Mon, 30 Sep 2013 16:47:58 +0100 Carnë Draug doc: bugfixes for Texinfo 5 when using deftypefnx in the middle of text.
Mon, 30 Sep 2013 05:17:59 +0100 Carnë Draug Fix erosion and dilation when using an array of strel objects.
Sun, 29 Sep 2013 05:57:20 +0100 Carnë Draug label2rgb: expand to multipage images and bugfix for floating point images.
Fri, 13 Sep 2013 03:43:24 +0100 Carnë Draug Complete rewrite of imerode and imdilate for all image and SE types.
Wed, 24 Jul 2013 05:49:50 +0100 Carnë Draug imerode: initial implementation of binary erosion.
Tue, 24 Sep 2013 02:38:14 +0100 Carnë Draug strel: accept an empty matrix as valid neighborhood.
Wed, 25 Sep 2013 19:58:17 +0200 Andreas Weber imremap.m: Removed empty line in deftypefn block
Fri, 13 Sep 2013 07:35:40 +0100 Carnë Draug @strel/getneighbors.m: implement getneighbors method for the strel class.
Fri, 13 Sep 2013 18:03:24 +0200 Andreas Weber inst/regionprops.m: Added handling of labeled region in image I and cleanup
Mon, 09 Sep 2013 11:51:38 +0100 Carnë Draug imresize.m: fix variable names on expected failure tests
Sat, 07 Sep 2013 16:13:41 -0700 Ben Kurtz imresize.m: match MATLAB behavior for fractional sizes
Sat, 07 Sep 2013 15:46:00 -0700 Ben Kurtz imresize.m: allow NaN size input for preserving aspect ratio
Tue, 03 Sep 2013 07:50:42 -0400 Mike Miller maint: fix hgignore regexp pattern typos
Mon, 02 Sep 2013 08:19:07 +0100 Carnë Draug readexif: deprecate in favour of imfinfo.
Thu, 29 Aug 2013 00:07:51 -0400 John W. Eaton eliminate "possible matlab-style short-circuit operator" warning
Wed, 28 Aug 2013 16:28:54 -0400 John W. Eaton * __conditional_mark_patterns_lut_fun__.m, cp2tform.m, fchcode.m,
Wed, 28 Aug 2013 13:37:19 -0400 John W. Eaton * iptcheckmap.m, iptcheckstrs.m: Avoid deprecated syntax warning about
Fri, 09 Aug 2013 15:17:07 +0200 Cristian Versari histeq.m: restored, was broken after change to gray2ind; added tests block.
Tue, 06 Aug 2013 17:53:48 +0200 Andreas Weber fixed regionprops 'centroid' (bug #39701)
Fri, 26 Jul 2013 05:18:23 +0100 Carnë Draug Large rewrite of __spatial_filtering__ function for increased performance.
Tue, 23 Jul 2013 05:30:57 +0100 Carnë Draug strel: implement hypercube and hyperrectangle shapes.
Fri, 19 Jul 2013 01:28:06 +0100 Carnë Draug maint: create hg tags for all releases