Mercurial > hg > octave-lyh
view doc/interpreter/image.txi @ 6502:6ab0a8767780
[project @ 2007-04-06 03:32:06 by jwe]
author | jwe |
---|---|
date | Fri, 06 Apr 2007 03:32:06 +0000 |
parents | 28e8abe7027e |
children | 853f99e292ec |
line wrap: on
line source
@c Copyright (C) 1996, 1997 John W. Eaton @c This is part of the Octave manual. @c For copying conditions, see the file gpl.texi. @node Image Processing @chapter Image Processing Octave can display images with the X Window System using the @code{xloadimage} program. You do not need to be running X in order to manipulate images, however, so some of these functions may be useful even if you are not able to view the results. Loading images only works with Octave's image format (a file with a matrix containing the image data, and a matrix containing the colormap). Contributions of robust, well-written functions to read other image formats are welcome. If you can provide them, or would like to improve Octave's image processing capabilities in other ways, please contact @email{bug@@octave.org}. @DOCSTRING(colormap) @DOCSTRING(gray) @DOCSTRING(gray2ind) @DOCSTRING(image) @DOCSTRING(imagesc) @DOCSTRING(imshow) @DOCSTRING(ind2gray) @DOCSTRING(ind2rgb) @DOCSTRING(loadimage) @DOCSTRING(rgb2ntsc) @DOCSTRING(ntsc2rgb) @DOCSTRING(hsv2rgb) @DOCSTRING(rgb2hsv) @DOCSTRING(ocean) @DOCSTRING(rgb2ind) @DOCSTRING(saveimage) @DOCSTRING(IMAGE_PATH) @DOCSTRING(image_viewer)