diff scripts/image/rgb2hsv.m @ 24610:3ad53e4793fc

rgb2gray: New function to convert RGB images to grayscale images. * scripts/image/rgb2gray.m: New function. * scripts/image/module.mk: Add function to build system. * NEWS: Announce function. * image.txi: Add DOCSTRING to manual. * ind2gray.m, rgb2hsv.m, rgb2ind.m: Replace references to rgb2ntsc in documentation with rgb2gray.
author Rik <rik@octave.org>
date Tue, 16 Jan 2018 21:14:22 -0800
parents 194eb4bd202b
children 6652d3823428
line wrap: on
line diff
--- a/scripts/image/rgb2hsv.m	Tue Jan 16 17:21:47 2018 -0800
+++ b/scripts/image/rgb2hsv.m	Tue Jan 16 21:14:22 2018 -0800
@@ -31,7 +31,7 @@
 ##
 ## Output class and size will be the same as input.
 ##
-## @seealso{hsv2rgb, rgb2ind, rgb2ntsc}
+## @seealso{hsv2rgb, rgb2ind, rgb2gray}
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>