comparison scripts/image/rgb2ind.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 1748af819fbb
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
18 ## 02110-1301, USA. 18 ## 02110-1301, USA.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) 21 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b})
22 ## Convert and RGB image to an Octave indexed image. 22 ## Convert and RGB image to an Octave indexed image.
23 ## @seealso{ind2rgb, rgb2ntsc}
23 ## @end deftypefn 24 ## @end deftypefn
24 ##
25 ## @seealso{ind2rgb and rgb2ntsc}
26 25
27 ## Bugs: The color map may have duplicate entries. 26 ## Bugs: The color map may have duplicate entries.
28 27
29 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 28 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
30 ## Created: July 1994 29 ## Created: July 1994