From: Paul K. <pki...@us...> - 2001-12-07 16:21:06
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv32247 Added Files: bmpwrite.m Log Message: Write .bmp files |
From: Paul K. <pki...@us...> - 2002-01-04 15:53:58
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv15510/main/image Modified Files: conv2.cc Log Message: Changes required to compile for gcc-3.0 in debian hppa/unstable |
From: Al D. <al...@us...> - 2002-01-31 06:08:10
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv6621/main/image Modified Files: bwborder.m bwlabel.m Log Message: Cosmetic changes in the comment section for 'Copyright' and/or 'Author' lines to enable parsing by the admin/get_authors script and automatic generation of the AUTHORS file. No changes to executable code! |
From: andy a. <aa...@us...> - 2002-03-11 01:56:48
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv26265/main/image Added Files: imread.m imwrite.m Log Message: general image read/write functionality using imagemagick utilities |
From: andy a. <aa...@us...> - 2002-03-17 02:36:15
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv15696/main/image Modified Files: impad.m Log Message: minor mod to add unwind_protect |
From: andy a. <aa...@us...> - 2002-03-17 02:38:52
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv16038/main/image Added Files: bwfill.cc bwselect.m edge.m Log Message: fill and edge detection operators |
From: andy a. <aa...@us...> - 2002-03-17 05:26:17
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv10584/main/image Modified Files: imread.m imwrite.m Log Message: now accept filenames with spaces |
From: Paul K. <pki...@us...> - 2002-03-18 07:43:35
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv16185/main/image Modified Files: Makefile Log Message: Makefiles more consistent; accept optional "install" target in tertiary makes |
From: andy a. <aa...@us...> - 2002-03-19 18:14:17
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv27621/main/image Modified Files: imread.m imwrite.m Log Message: unfortunately using popen seems to create problems, mostly on win32, but also on linux, so we need to move to a tmpfile approach |
From: andy a. <aa...@us...> - 2002-03-19 19:37:25
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv25874/main/image Modified Files: Makefile Added Files: jpgread.cc jpgwrite.cc Log Message: jpgread.cc and jpgwrite.cc functions |
From: andy a. <aa...@us...> - 2002-03-19 19:47:07
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv28950 Modified Files: conv2.cc Log Message: added else clauses to stop warnings |
From: andy a. <aa...@us...> - 2002-03-19 19:47:19
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv29477 Modified Files: Makefile Log Message: fixed Makefile |
From: Paul K. <pki...@us...> - 2002-03-26 03:16:46
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv3622/main/image Modified Files: impad.m Log Message: Fix doc strings in preparation for automated index building. |
From: Paul K. <pki...@us...> - 2002-04-09 21:08:17
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv24711/main/image Added Files: INDEX Log Message: Split main.idx into individual subdirectories to make it more manageable |
From: Paul K. <pki...@us...> - 2002-04-10 05:47:20
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv3394/main/image Modified Files: bwlabel.m Log Message: Tune the first sentence heuristic |
From: Paul K. <pki...@us...> - 2002-04-19 17:38:42
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv452/main/image Modified Files: INDEX Added Files: colorgradient.m Log Message: new functions |
From: Paul K. <pki...@us...> - 2002-04-20 05:16:23
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv4606 Modified Files: rgb2hsv.m Log Message: rewrite because old one was broken |
From: Paul K. <pki...@us...> - 2002-04-20 18:33:27
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv10635 Removed Files: rgb2hsv.m hsv2rgb.m Log Message: function added to octave long ago |
From: Paul K. <pki...@us...> - 2002-04-22 13:23:59
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv17915 Modified Files: jpgread.cc jpgwrite.cc Log Message: Use std::string |
From: Paul K. <pki...@us...> - 2002-04-26 11:54:12
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv17417/main/image Modified Files: Makefile Added Files: Makeconf.add configure.add Log Message: Check for libjpeg during configure. |
From: Paul K. <pki...@us...> - 2002-05-10 18:12:35
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv32374 Added Files: colfilt.m Log Message: image block processing function |
From: Paul K. <pki...@us...> - 2002-08-16 19:59:33
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv7475 Modified Files: colorgradient.m Log Message: Accept weight of 0 on a transition (for instantaneous color changes). Accept colormap length without n. |
From: Paul K. <pki...@us...> - 2002-09-06 19:32:58
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv18771/main/image Modified Files: Makefile Added Files: bwlabel.cc Log Message: for Jeff Boyd <bo...@cp...>: C++ version of bwlabel |
From: Paul K. <pki...@us...> - 2002-09-19 18:42:03
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv8659 Modified Files: bwlabel.m Log Message: Modified by David Fletcher <da...@me...> to avoid artificially separate regions which actually touch (as indicated when "prudent" is set) through addition of lrow update within loop over touching regions. Also removed "sayif" function references, and call to read_options. Enabled options, setting of output verbosity. "Prudent" is left in place, but should no longer find any errors. |
From: Etienne G. <et...@us...> - 2002-09-29 17:31:56
|
Update of /cvsroot/octave/octave-forge/main/image In directory usw-pr-cvs1:/tmp/cvs-serv31602a Added Files: imginfo.m Log Message: imginfo : return size of an image file using 'convert' |