comparison doc/interpreter/image.txi @ 11109:41d18f6342f9

remove image_viewer function
author John W. Eaton <jwe@octave.org>
date Mon, 18 Oct 2010 14:15:06 -0400
parents 322f43e0e170
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11108:78a6016875ed 11109:41d18f6342f9
80 @node Displaying Images 80 @node Displaying Images
81 @section Displaying Images 81 @section Displaying Images
82 82
83 A natural part of image processing is visualization of an image. 83 A natural part of image processing is visualization of an image.
84 The most basic function for this is the @code{imshow} function that 84 The most basic function for this is the @code{imshow} function that
85 shows the image given in the first input argument. This function uses 85 shows the image given in the first input argument.
86 an external program to show the image. If gnuplot 4.2 or later is
87 available it will be used to display the image, otherwise the
88 @code{display}, @code{xv}, or @code{xloadimage} program is used. The
89 actual program can be selected with the @code{image_viewer} function.
90 86
91 @DOCSTRING(imshow) 87 @DOCSTRING(imshow)
92 88
93 @DOCSTRING(image) 89 @DOCSTRING(image)
94 90
95 @DOCSTRING(imagesc) 91 @DOCSTRING(imagesc)
96
97 @DOCSTRING(image_viewer)
98 92
99 @node Representing Images 93 @node Representing Images
100 @section Representing Images 94 @section Representing Images
101 95
102 In general Octave supports four different kinds of images, gray-scale 96 In general Octave supports four different kinds of images, gray-scale