Top "Yuv" questions

YUV is a color space typically used as part of a color image pipeline.

Convert YUV4:4:4 to YUV4:2:2 images

There is a lot of information on the internet about the differences between YUV4:4:4 to YUV4:2:2 formats, however, I can …

image-processing yuv
Pixels in YUV image

I am using opencv to achieve object tracking. I read that YUV image is better option to use than RGB …

c++ opencv image-processing yuv
YUV to RGBA on Apple A4, should I use shaders or NEON?

I'm writing media player framework for Apple TV, using OpenGL ES and ffmpeg. Conversion to RGBA is required for rendering …

ios opengl-es-2.0 rgb yuv apple-tv
CVOpenGLESTextureCacheCreateTextureFromImage returns error 6683

I am currently attempting to draw an image in openGL using YUV420 format (bi-planar). I receive raw data, and am …

ios opengl-es-2.0 yuv