搜索资源列表
yuyv_yuv
- yuyv与yuv格式之间的相互转换源码,mfc编成实现,可以方便实现两种格式的相互转换-yuyv and yuv format conversion between the source, mfc organization realized, can facilitate the achievement of both the format conversion
rawsource
- RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. wi
yuy2
- yuv 4:2:0 to yuyv 4
YUV和YUYV的转换
- 此程序是实现YUV和YUYV格式之间的转换
yuv
- 把bmp结尾的图片转换成YUV文件-Bmp picture at the end of the converted YUV file
yuyv_yuv
- yuyv与yuv格式之间的相互转换源码,mfc编成实现,可以方便实现两种格式的相互转换-yuyv and yuv format conversion between the source, mfc organization realized, can facilitate the achievement of both the format conversion
rawsource
- RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. wi
yuy2
- yuv 4:2:0 to yuyv 4
yuv
- 一个可以将yuv420,yuv422格式转化成RGB的程序~-One can yuv420, yuv422 into RGB format procedures ~
YUVviewer_src(UYVY)
- YUV播放器,仅适用于YUYV格式,其他的不行-Player only for YUYV
disp.rar
- linux 调用sdl库的显示程序。显示的数据为yuv(yuyv,1600x1200),支持yuv(YV12,IYUV,UYVY,YUYV等等),程序还包括rgb数据到yuv(YV12,IYUV,UYVY,YUYV)的转换。程序代码默认图像大小1600x1200,用户可根据需要修改。方便大家了解怎么样在linux进行显示。 ,the program is use sdl to display.the data of display i
usbcamera
- 抓取 usb摄像头图片,如果是mjpeg模式图片保存为*.mjpg,如果是yuyv模式图片保存为*.yuv,每次运行抓取六张图片。 usb_test只是用来测试的。不同usb摄像头可能会报错。(Grab USB camera pictures, if it is MJPEG mode, save the picture as *.mjpg, if it is yuyv mode, save the picture as *.yuv,