log

age author description
Tue, 18 Nov 2014 11:30:57 -0500 Jordi Gutiérrez Hermoso * bwlabeln.cc (bwlabel_nd): Fix small bug in comment default tip
Wed, 12 Nov 2014 10:08:10 +0000 Carnë Draug doc: fix texinfo mistakes introduced in cset a0c42a32c6c4
Tue, 11 Nov 2014 15:13:48 +0000 Carnë Draug grayslice.m: vectorize version (faster but also much higher memory usage).
Mon, 10 Nov 2014 17:24:21 +0000 Carnë Draug grayslice.m: better performance, ND images, and non-floating point images.
Sun, 09 Nov 2014 23:47:18 +0000 Carnë Draug New function imattributes to display attributes of figure in console.
Tue, 04 Nov 2014 10:26:11 +0000 Andreas Weber imerode.cc: include Array-util.h which is no longer pulled from oct.h.
Mon, 27 Oct 2014 22:07:52 +0100 Carnë Draug New functions bwareafilt and bwpropfilt to filter objects based on properties.
Thu, 30 Oct 2014 23:26:58 +0000 Carnë Draug connectivity: fix base 1 indexing and avoid shadowing of properties name.
Thu, 30 Oct 2014 22:10:00 +0000 Carnë Draug Make more use of exceptions and don't set error_state ourselves.
Thu, 30 Oct 2014 21:34:55 +0000 Carnë Draug Fix make rules and handling of "shared" libraries.
Wed, 15 Oct 2014 15:40:59 +0100 Carnë Draug bwlabeln.cc: make use of our new connectivity class rather than its own.
Mon, 13 Oct 2014 16:58:11 +0100 Carnë Draug imcomplement: increased performance for complement of signed integers.
Tue, 30 Sep 2014 12:55:51 -0600 Cory Bloor bwmorph: fix spelling in help text stable
Thu, 09 Oct 2014 20:26:26 +0100 Carnë Draug imerode.cc: specialization for boolean dilation and erosion
Mon, 06 Oct 2014 18:28:52 +0100 Carnë Draug maint: clean COPYING and INDEX from functions removed in dac2126ec030.
Mon, 06 Oct 2014 19:49:32 +0100 Carnë Draug maint: Periodic merge of stable to default.
Mon, 06 Oct 2014 18:00:40 +0100 Carnë Draug maint: update hgignore for files generated by autoconf and configure. stable
Mon, 06 Oct 2014 18:00:07 +0100 Carnë Draug Added tag release-2.2.2 for changeset d3ec45cd8660 stable
Mon, 06 Oct 2014 17:16:02 +0100 Carnë Draug maint: release 2.2.2. stable release-2.2.2
Mon, 06 Oct 2014 17:14:48 +0100 Carnë Draug montage.m: check version of inputParser to avoid problems in the future. stable
Mon, 06 Oct 2014 16:42:18 +0100 Carnë Draug maint: add imgradient and imgradientxy (added with 75d6748324de) to COPYING. stable
Thu, 02 Oct 2014 20:30:06 +0100 Carnë Draug doc: fix multiple issues for newer versions of Texinfo stable
Thu, 02 Oct 2014 16:39:05 +0100 Carnë Draug connectivity: move the validate() static methods into the constructor.
Wed, 01 Oct 2014 20:22:37 +0100 Carnë Draug iptcheckconn: implement in C++ as static method for connectivity.
Wed, 01 Oct 2014 04:34:07 +0100 Carnë Draug conndef.cc: add new offsets method to the C++ condeff class.
Wed, 01 Oct 2014 01:05:31 +0100 Carnë Draug conndef: rewrite as C++ class to be easily used by C++ classes.
Tue, 02 Sep 2014 15:01:16 +0100 Carnë Draug maint: Periodic merge of stable to default.
Wed, 09 Jul 2014 17:45:56 +0100 Carnë Draug imcrop.m: do not confuse array of zeros as array of handles (bug #42714). stable
Tue, 22 Apr 2014 12:53:04 -0400 John W. Eaton use 0 for extrapolation value for better Matlab compatibility
Mon, 24 Mar 2014 22:00:05 +0000 Carnë Draug Move conversion between each image type to imcast.