Top "Rgb" questions

RGB stands for Red-Green-Blue and specifies a color using three values, which represent the respective amount of red, green, and blue in the color.

Extract RGB or 6 digit code from Seaborn palette

Seaborn has an option to create nice color palettes. I wish to use these palettes to generate colors that work …

python rgb seaborn
Get RGB from a SurfaceView displaying Live camera

I am displaying a live camera in SurfaceView using camera.startPreview();. Any idea on how I can get live RGB …

android colors camera rgb surfaceholder
how to convert 16-bit RGB Frame Buffer to a viewable format?

I'm working with someone else's code on a device which can put an image to /dev/fb/0 and show up …

ffmpeg imagemagick rgb framebuffer
RGB 565 - Why 6 Bits for Green Color

I was checking different RGB formats and i was wondering why in the RGB-565 to the green color are assigned 6 …

image rgb
How to convert 24 bit RGB to 8 bit RGB

I was wondering what is the best way to convert a 24-bit RGB color (8 bits per color) into an 8-bit …

c colors rgb 8-bit 24-bit
rgb to yuv420 algorithm efficiency

I wrote an algorithm to convert a RGB image to a YUV420. I spend a long time trying to make …

c++ performance algorithm rgb yuv
PHP HSV to RGB formula comprehension

I can convert RGB values to HSV with the following code... $r = $r/255; $g = $g/255; $b = $b/255; $h = 0; $s = 0; $v = 0; $…

php colors rgb hsv
regex javascript to match both RGB and RGBA

Currently I have this regex which matches to an RGB string. I need it enhanced so that it is robust …

javascript regex rgb rgba
How to flip BufferedImage in java

I get RGB24 byte array and want to show it in Java. public void getByteArray(byte byteArray[]){ int count1 = 0; byte …

java swing awt rgb bufferedimage
Hue/ saturation values of orange color

I am new to image processing and matlab. I am trying to extract the orange color from my image. Just …

image-processing colors rgb grayscale