log

age author description
Wed, 08 Sep 2004 13:58:38 +0000 mcreel *** empty log message *** octave-forge
Wed, 08 Sep 2004 10:31:42 +0000 schloegl Implementation by Jose L. Guitierrez of AR estimation with RMLE added octave-forge
Wed, 08 Sep 2004 07:41:48 +0000 adb014 Makefile fixes for *.d files octave-forge
Wed, 08 Sep 2004 04:54:24 +0000 pkienzle Summarize changelog since last release octave-forge
Tue, 07 Sep 2004 21:18:42 +0000 pkienzle Remove all .d files (there was a spelling error in OTHERDEPENDS) octave-forge
Tue, 07 Sep 2004 14:47:50 +0000 pkienzle Avoid segfaults on pre-2.1.58 octave. Invisible whitespace changes. octave-forge
Tue, 07 Sep 2004 10:31:21 +0000 mcreel renamed example files octave-forge
Tue, 07 Sep 2004 10:30:02 +0000 mcreel Fix newtonstep bug introduced in July, and add pointers to examples to algorithms octave-forge
Mon, 06 Sep 2004 14:45:14 +0000 tpikonen Cleanup and update alternative plotting functions. octave-forge
Mon, 06 Sep 2004 13:50:25 +0000 mcreel full argument checking (number and types) added octave-forge
Mon, 06 Sep 2004 12:48:49 +0000 mcreel Improvement of help strings and argument checking for internal use functions. Still need to check types. octave-forge
Mon, 06 Sep 2004 05:59:04 +0000 pkienzle strict cmath: no round() and ceil() operates on floating point types. octave-forge
Fri, 03 Sep 2004 21:07:16 +0000 adb014 INSTALL_G_CATOP is a null macro < 2.1.58 octave-forge
Fri, 03 Sep 2004 18:36:24 +0000 pkienzle DEFCATOP is unavailable in 2.1.57 and below octave-forge
Fri, 03 Sep 2004 18:33:11 +0000 pkienzle skip tests which use cat(3,X,Y) for octave <= 2.1.57 octave-forge
Fri, 03 Sep 2004 17:57:42 +0000 jmones Added support for int* and uint* types octave-forge
Fri, 03 Sep 2004 17:49:37 +0000 jmones Improved uint8 and uint16 padding expections octave-forge
Fri, 03 Sep 2004 17:37:08 +0000 jmones Added support for int* and uint* types octave-forge
Fri, 03 Sep 2004 17:12:36 +0000 jmones Uses uint8 to save some temporal memory (suggested by David Bateman) octave-forge
Fri, 03 Sep 2004 17:07:26 +0000 jmones Support for uint8 and uint16 types added. octave-forge
Fri, 03 Sep 2004 14:25:39 +0000 przykry2004 Complete replacement for the old wrapper function. Now fzero actually implements the Brent's root-finding method or, if necessary, falls back to fsolve(). This function has been written by a student of mine, Lukasz Bodzon. octave-forge
Fri, 03 Sep 2004 13:40:13 +0000 jmones Check result has same class as function result, and improved fun param checking octave-forge
Fri, 03 Sep 2004 13:37:10 +0000 jmones Corrected behaviour for int* and uint* types octave-forge
Fri, 03 Sep 2004 13:32:07 +0000 jmones Work with logical arrays from BW creation octave-forge
Fri, 03 Sep 2004 13:28:32 +0000 jmones Corrected behaviour for int* and uint* types octave-forge
Thu, 02 Sep 2004 12:24:27 +0000 adb014 Fix for ambiguous return value with 2.1.58 octave-forge
Wed, 01 Sep 2004 22:51:14 +0000 jmones Fully recoded: NDArray support, docs, tests, more compatible with MATLAB, changed copyright octave-forge
Wed, 01 Sep 2004 22:35:47 +0000 jmones Added Lantuejoul skeletonizing algorithm from Gonzalez&Woods octave-forge
Wed, 01 Sep 2004 13:49:18 +0000 schloegl returns a cell array of strings as 3rd argout; use of more specific EXIST improves performance octave-forge
Wed, 01 Sep 2004 08:52:24 +0000 sjvdw Add graycomatrix and houghtf octave-forge
Tue, 31 Aug 2004 15:24:30 +0000 adb014 Fix for removal of swap_8_bytes, etc from octave octave-forge
Tue, 31 Aug 2004 15:23:45 +0000 adb014 Small build fix for the macro SPARSE_RESIZE octave-forge
Tue, 31 Aug 2004 14:18:51 +0000 adb014 typo octave-forge
Mon, 30 Aug 2004 11:59:09 +0000 adb014 Add '[a{:}] =' as a compatiability issue octave-forge
Sun, 29 Aug 2004 14:02:43 +0000 pkienzle Remove resolved issues octave-forge
Thu, 26 Aug 2004 01:33:21 +0000 jmones stretchlim added: Finds limits to contrast stretch an image octave-forge
Wed, 25 Aug 2004 16:35:39 +0000 jmones stretchlim added: Finds limits to contrast stretch an image octave-forge
Wed, 25 Aug 2004 16:13:57 +0000 adb014 Working, but inefficient, concatentaion code octave-forge
Wed, 25 Aug 2004 16:13:07 +0000 adb014 Check for empty intermediate rather than final matrices octave-forge
Mon, 23 Aug 2004 11:57:45 +0000 przykry2004 Added pcg and pcr entries octave-forge
Mon, 23 Aug 2004 11:54:07 +0000 przykry2004 First version of PCR function which implements preconditioned conjugate residual method octave-forge
Mon, 23 Aug 2004 11:52:09 +0000 przykry2004 Minor changes to the help text octave-forge
Fri, 20 Aug 2004 09:09:31 +0000 sjvdw Straight line Hough-transform octave-forge
Fri, 20 Aug 2004 09:08:06 +0000 sjvdw Calculate the gray-level co-occurrence matrix. octave-forge
Wed, 18 Aug 2004 15:09:13 +0000 jmones col2im and im2col added to block processing functions octave-forge
Wed, 18 Aug 2004 14:57:42 +0000 jmones speed improvement suggested by Paul Kienzle octave-forge
Wed, 18 Aug 2004 14:39:07 +0000 jmones im2col and col2im added octave-forge
Tue, 17 Aug 2004 19:18:42 +0000 jmones cmpermute added: Reorders colors in a colormap octave-forge
Tue, 17 Aug 2004 16:31:51 +0000 jmones isrgb added: Returns true if parameter is a RGB image octave-forge
Tue, 17 Aug 2004 15:48:03 +0000 jmones Clarified expected data for RGB images in doc octave-forge
Tue, 17 Aug 2004 15:45:40 +0000 jmones cmunique: Finds colormap with unique colors and corresponding image octave-forge
Mon, 16 Aug 2004 14:43:05 +0000 jmones README added with info about this directory octave-forge
Mon, 16 Aug 2004 14:42:02 +0000 jmones Functions used to code bwmorph octave-forge
Sun, 15 Aug 2004 19:47:04 +0000 jmones bwmorph added: Perform a morphological operation on a binary image octave-forge
Sun, 15 Aug 2004 19:43:11 +0000 jmones corrected a typo in doc octave-forge
Sun, 15 Aug 2004 19:42:14 +0000 jmones nlfilter: Processes image in siliding blocks using user-supplied function octave-forge
Sun, 15 Aug 2004 19:38:44 +0000 jmones conndef added: Creates a connectivity array octave-forge
Sun, 15 Aug 2004 19:33:20 +0000 jmones bweuler: Calculates the Euler number of a binary image octave-forge
Sun, 15 Aug 2004 19:27:46 +0000 jmones blkproc: block process an image using user-supplied function octave-forge
Sun, 15 Aug 2004 19:21:50 +0000 jmones support column vector padsize octave-forge