Cirrus Logic CS485 Specifiche Pagina 188

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 319
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 187
Intel
®
Image Processing Library Reference Manual
9-14
9
RGB2LUV
Converts RGB images
to the LUV color model.
void iplRGB2LUV(IplImage*
rgbImage
, IplImage*
luvImage
);
rgbImage
ThesourceRGBimage.
luvImage
The resultant LUV image.
Discussion
The function converts the RGB image
rgbImage
to the LUV image
luvImage
. The function checks that the input image is an RGB image; it
sets the channel sequence and color model of the output image to LUV.
The function processes 32f images only.
LUV2RGB
Converts LUV images to
the RGB color model.
void iplLUV2RGB(IplImage*
luvImage
, IplImage*
rgbImage
);
luvImage
ThesourceLUVimage.
rgbImage
The resultant RGB image.
Discussion
The function converts the LUV image
luvImage
to the RGB image
rgbImage
. The function checks that the input image is an LUV image and
that the output image is RGB.
The function processes 32f images only.
Vedere la pagina 187
1 2 ... 183 184 185 186 187 188 189 190 191 192 193 ... 318 319

Commenti su questo manuale

Nessun commento