view doc/interpreter/image.txi @ 5041:b2ce28713791

[project @ 2004-10-01 18:12:10 by jwe]
author jwe
date Fri, 01 Oct 2004 18:12:11 +0000
parents aae05d51353c
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)