搜索资源列表
qt-yuv.Qt实现视频采集
- Qt实现视频采集.其中把yuv格式转换成了RGB,方便Qt处理。,Qt video collection. Yuv format which has become the RGB, to facilitate handling Qt.
RGBTOYUV.RGB与YUV格式的互相转换
- RGB与YUV格式的互相转换, 支持YUV420、YUV444、YUV422,RGB and YUV format conversion with each other to support the YUV420, YUV444, YUV422
101259378luv_rgb_yuv_lab_space
- Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
rgb2yuv
- rgb图像转yuv,基于opencv。仅供参看-rgb image transfer yuv, based opencv. Only see
YUV2RGB
- yuv格式文件转rgb格式源代码,希望能够对大家有所帮助-rgb to yuv format format source code, I hope to be able to help everyone
libv4l-0.6.2-test.tar
- 最新的测试版:一个可用于编写v4l2 camera应用程序的库libv4l,里面除有常用的v4l2 ioctl调用的封装API外,还有yuv到rgb转换、rgb到yuv转换和jpeg decoder API。-The latest test version of: an application for writing v4l2 camera library libv4l, which are commonly used in addition to the package v4l2 ioctl
Rgb2Yuv
- 网上有许多RGB转YUV的工具和原码,有许多是不可用的,这是我在VC++下测试过的,绝对可用,非常方便.-There are many online RGB to YUV tools and the original code, many of which are unavailable, it is my VC++ Tested under the absolute available, very convenient.
rgb_to_yuv
- convert all rgb image in a single folder to yuv file
RGB
- 色彩系统转换程式图片上每个像素的rgb -> hsv -> YUV -> YIQ -> YCbCr -> CMYK 转换 -Color system conversion program on each picture pixel rgb-> hsv-> YUV-> YIQ-> YCbCr-> CMYK conversion
yuv420b
- RGB to YUV conversion
SkinColorFiltering
- Convert RGB to YUV for skin color filter
RGB2YUV_src
- 实现RGB到YUV的转换,并且有效果图,很好用,大家可以看看!-RGB TO YUV YOU WILL LOVT IT ,I BELIEVE!
imcompr
- 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。 -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
rgb2y
- RGB信号转化为YUV信号, 已使用 完全正确-rgb to yuv ok
Huffyuv
- rgb to yuv rgb converter
rgb2yuv
- RGB to YUV的verilog程序-RGB to YUV in verilog program
RGB_TO_YUV
- converter rgb to yuv
RGBtoYUV
- It s written by C language and it s contain RGB to YUV converter. -It s written by C language and it s contain RGB to YUV converter.
RGB格式图像转YUV
- 将RGB格式图像转换到YUV空间,输入RGB图像返回YUV格式数据(Converting RGB format images to YUV space)