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.

Capture RGB from Kinnect with Openni and show with OpenCV

I need to capture the color RGB image from a Kinnect camera, but I want to show it in OpenCV …

opencv kinect rgb simple-openni
CMAKE can't find OpenNI

I’ve been trying to run the “tutorial to get started” with the Kinect libraries (http://nicolas.burrus.name/index.…

cmake rgb kinect openni
RGB 24 to 16-bit color conversion - Colors are darkening

I noticed that my routine to convert between RGB888 24-bit to 16-bit RGB565 resulted in darkening of the colors progressively …

colors rgb linear-interpolation
Fast method to copy memory with translation - ARGB to BGR

Overview I have an image buffer that I need to convert to another format. The origin image buffer is four …

c x86 rgb sse micro-optimization
Camera2 API Set Custom White Balance & Temperature Color

I'm trying to set a custom value for the White Balance & temperature color in my camera app. I'm using …

android camera android-camera rgb android-camera2
Converting RGB to RGBW

I know this has already been asked, but the anwser given there doesn't work. I've spent over an hour looking …

c# colors rgb color-management color-theory
Convert RGB to HSV in android

I want to get the ARGB values from a pixel and convert to HSV and then set the pixel with …

java android rgb hsv
Getting and setting the RGB / RGBA value of a pixel in a CCSprite (cocos2d-x)

Why do I need this? Basically I need to turn a color image into gray-scale. Including a gray-scale version of …

rgb ccsprite grayscale rgba cocos2d-x
Convert from RGB TO HSB in java

I am trying to find the average colour in a picture, and convert the colours to HSB. I am using …

java rgb bufferedimage hsb
PHP IMagick RGB to CMYK inverts?

I'm trying to convert a RGB .gif to a CMYK .gif using IMagick PHP module. I've wrote this piece of …

php rgb imagick cmyk