rgb2hsv
From DavinciWiki
|
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 1.73 64-bit Safe: No
Description Convert a 3-plane RGB image into HSV
Arguments and Return Values
Usage Syntax: rgb2hsv(object = VAL, maxval = VAL) The rgb2hsv() function converts a 3-band RGB image into a 3-band HSV image. If maxval is specified, it is taken to be the maximum intensity value. If no value is specified for maxval, its value is determined from the input type. HSV values range from 0.0 to 1.0, so the return value has a type of FLOAT.
Examples dv> rgb_pic1 = rgb 400x300x3 array of byte, bip format [360,000 bytes] dv> hsv_pic1 = rgb2hsv(rgb_pic1) 400x300x3 array of float, bip format [1,440,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents Contact Developers
All other topics
Modified On: 03-29-2006 |
