view doc/interpreter/image.txi @ 5540:cda6a105ae9a before-ov-branch

[project @ 2005-11-17 05:47:13 by jwe]
author jwe
date Thu, 17 Nov 2005 05:47:13 +0000
parents b2ce28713791
children 28e8abe7027e
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(IMAGEPATH)