<< Image Transforms
IPCV
Morphological Operations >>
IPCV
>> Image Types and Color Space Conversions
Image Types and Color Space Conversions
hsv2rgb
—
Convert a HSV image to the equivalent RGB image.
hsv2rgb2
—
Convert a HSV image to the equivalent RGB image.
im2bw
—
Convert image to binary
im2double
—
Convert image to double precision
im2int16
—
Convert image to 16-bit signed integers
im2int32
—
Convert image to 32-bit signed integers
im2int8
—
Convert image to 8-bit signed integers
im2uint16
—
Convert image to 16-bit unsigned integers
im2uint8
—
Convert image to 8-bit unsigned integers
imgraythresh
—
Calculate Otsu's Global threshold value
imnorm
—
Normalize input 2-D Image to the range of 0-1 for double, or 0-255 for uint8
ind2rgb
—
Convert index image to RGB image
mat2gray
—
Convert matrix to grayscale image
ntsc2rgb
—
Convert a NTSC image to the equivalent RGB image.
rgb2gray
—
Convert RGB images to gray images
rgb2hsv
—
Convert a RGB image to the equivalent HSV image
rgb2ind
—
Convert RGB image to index image
rgb2lab
—
Convert from RGB color space to LAB color space
rgb2ntsc
—
Convert a RGB image to the equivalent NTSC image YIQ.
rgb2ycbcr
—
Convert a RGB image to the equivalent YCbCr image.
xs2im
—
Convert graphics to an image matrix.
ycbcr2rgb
—
Convert a YCbCr image to the equivalent RGB image.
Report an issue
<< Image Transforms
IPCV
Morphological Operations >>