log

age author description
Tue, 16 Nov 2004 09:18:23 +0000 pkienzle Add new functions Octave-Forge-2004.11.16
Mon, 15 Nov 2004 16:04:20 +0000 pkienzle Fix tests for functions which return boolean matrices
Wed, 27 Oct 2004 12:06:23 +0000 etienne Justus Piater's imrotate
Fri, 24 Sep 2004 13:48:51 +0000 adb014 can't have space after DEFUN_DLD( or indexing script misses the function name
Wed, 22 Sep 2004 08:45:08 +0000 sjvdw Correct indexing of image
Thu, 16 Sep 2004 02:14:40 +0000 pkienzle Use frivolous uint8() call to block tests for version 2.1.57 and earlier
Wed, 15 Sep 2004 20:36:57 +0000 jmones logical(1) => true
Wed, 15 Sep 2004 20:00:00 +0000 jmones Updated tests to match Gonzalez&Woods example
Wed, 15 Sep 2004 17:54:59 +0000 pkienzle test that data type matches during assert
Wed, 15 Sep 2004 13:51:10 +0000 pkienzle Use logical in tests; reduce number of shared variables in tests.
Thu, 09 Sep 2004 19:36:35 +0000 jmones all_va_args -> varargin{:}. Now works on 2.1.58
Wed, 08 Sep 2004 16:06:31 +0000 jmones Solved problem with uint8 indexing and reduced tests on types (suggested by P. Kienzle) Octave-Forge-2004.09.09
Wed, 08 Sep 2004 15:07:18 +0000 pkienzle Use new __ name in tests as well.
Wed, 08 Sep 2004 15:01:28 +0000 pkienzle Redo tests: reduce # of shared variables; force full range of uint8
Wed, 08 Sep 2004 14:13:08 +0000 jmones Synchronized with cmunique. uint8 support added. Tests working for 2.1.58
Wed, 08 Sep 2004 14:07:22 +0000 pkienzle Fix test for 'inline function'
Tue, 07 Sep 2004 14:47:50 +0000 pkienzle Avoid segfaults on pre-2.1.58 octave. Invisible whitespace changes.
Mon, 06 Sep 2004 05:59:04 +0000 pkienzle strict cmath: no round() and ceil() operates on floating point types.
Fri, 03 Sep 2004 18:33:11 +0000 pkienzle skip tests which use cat(3,X,Y) for octave <= 2.1.57
Fri, 03 Sep 2004 17:57:42 +0000 jmones Added support for int* and uint* types
Fri, 03 Sep 2004 17:49:37 +0000 jmones Improved uint8 and uint16 padding expections
Fri, 03 Sep 2004 17:37:08 +0000 jmones Added support for int* and uint* types
Fri, 03 Sep 2004 17:12:36 +0000 jmones Uses uint8 to save some temporal memory (suggested by David Bateman)
Fri, 03 Sep 2004 17:07:26 +0000 jmones Support for uint8 and uint16 types added.
Fri, 03 Sep 2004 13:40:13 +0000 jmones Check result has same class as function result, and improved fun param checking
Fri, 03 Sep 2004 13:37:10 +0000 jmones Corrected behaviour for int* and uint* types
Fri, 03 Sep 2004 13:32:07 +0000 jmones Work with logical arrays from BW creation
Fri, 03 Sep 2004 13:28:32 +0000 jmones Corrected behaviour for int* and uint* types
Thu, 02 Sep 2004 12:24:27 +0000 adb014 Fix for ambiguous return value with 2.1.58
Wed, 01 Sep 2004 22:51:14 +0000 jmones Fully recoded: NDArray support, docs, tests, more compatible with MATLAB, changed copyright
Wed, 01 Sep 2004 22:35:47 +0000 jmones Added Lantuejoul skeletonizing algorithm from Gonzalez&Woods
Wed, 01 Sep 2004 08:52:24 +0000 sjvdw Add graycomatrix and houghtf
Thu, 26 Aug 2004 01:33:21 +0000 jmones stretchlim added: Finds limits to contrast stretch an image
Wed, 25 Aug 2004 16:35:39 +0000 jmones stretchlim added: Finds limits to contrast stretch an image
Fri, 20 Aug 2004 09:09:31 +0000 sjvdw Straight line Hough-transform
Fri, 20 Aug 2004 09:08:06 +0000 sjvdw Calculate the gray-level co-occurrence matrix.
Wed, 18 Aug 2004 15:09:13 +0000 jmones col2im and im2col added to block processing functions
Wed, 18 Aug 2004 14:57:42 +0000 jmones speed improvement suggested by Paul Kienzle
Wed, 18 Aug 2004 14:39:07 +0000 jmones im2col and col2im added
Tue, 17 Aug 2004 19:18:42 +0000 jmones cmpermute added: Reorders colors in a colormap
Tue, 17 Aug 2004 16:31:51 +0000 jmones isrgb added: Returns true if parameter is a RGB image
Tue, 17 Aug 2004 15:48:03 +0000 jmones Clarified expected data for RGB images in doc
Tue, 17 Aug 2004 15:45:40 +0000 jmones cmunique: Finds colormap with unique colors and corresponding image
Mon, 16 Aug 2004 14:43:05 +0000 jmones README added with info about this directory
Mon, 16 Aug 2004 14:42:02 +0000 jmones Functions used to code bwmorph
Sun, 15 Aug 2004 19:47:04 +0000 jmones bwmorph added: Perform a morphological operation on a binary image
Sun, 15 Aug 2004 19:43:11 +0000 jmones corrected a typo in doc
Sun, 15 Aug 2004 19:42:14 +0000 jmones nlfilter: Processes image in siliding blocks using user-supplied function
Sun, 15 Aug 2004 19:38:44 +0000 jmones conndef added: Creates a connectivity array
Sun, 15 Aug 2004 19:33:20 +0000 jmones bweuler: Calculates the Euler number of a binary image
Sun, 15 Aug 2004 19:27:46 +0000 jmones blkproc: block process an image using user-supplied function
Sun, 15 Aug 2004 19:21:50 +0000 jmones support column vector padsize
Sun, 15 Aug 2004 19:01:05 +0000 jmones bestblk added: Calculates best block size for block processing
Wed, 11 Aug 2004 19:52:41 +0000 jmones qtsetblk added
Wed, 11 Aug 2004 17:39:51 +0000 jmones Algorithm url in docs corrected.
Wed, 11 Aug 2004 17:34:11 +0000 jmones poly2mask added: creates filled polygon bw mask
Wed, 11 Aug 2004 15:04:59 +0000 pkienzle Convert dos line endings to unix line endings
Wed, 11 Aug 2004 00:57:02 +0000 jmones qtgetblk and qtsetblk added to INDEX
Wed, 11 Aug 2004 00:05:21 +0000 jmones seealso qtgetblk added to doc
Wed, 11 Aug 2004 00:03:26 +0000 jmones new gtgetblk: get blocks from quatree decomposition