CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - yuv video to rgb

搜索资源列表

  1. VidMix

    2下载:
  2. 视频拼接Filter。将2路视频拼成一路输出。非压缩的RGB和YUV格式,输入端格式必须一致,第一路视频决定输出的帧率。写这个Filter主要是为了把两路视频采集到一个文件中,如果只是要把多路视频合成后显示的话,建议使用VMR-9-Video Mosaic Filter. Will be two video output as guarding our way. Non-compressed RGB and YUV format, input must be consistent format,
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:821940
    • 提供者:caoym
  1. rawsource

    0下载:
  2. 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. width is max 2880 # pixel_type
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:35186
    • 提供者:mysticboy
  1. YUV2RGB

    0下载:
  2. 实现YUV格式视频序列向RGB视频序列转换-Achieve YUV format video sequence to convert RGB video sequence
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-28
    • 文件大小:1419
    • 提供者:zy
  1. CV_Pro

    0下载:
  2. 利用openvc对视频的处理,输入为yuv视频,输出也是yuv视频,中值滤波、膨胀、腐蚀等。里面包含yuv到rgb的转换-Processing video with OpenCV,including median filtering, expansion, corrosion, etc.the file format is yuv.This program contain the convert of yuv to rgb too.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3323075
    • 提供者:枫叶
  1. 20110301151907

    0下载:
  2. :为解决现有视频监控系统中目标检测算法无法应付复杂的室外环境且计算量和存储量较大等问题,将像素从RGB 空间转换到YUV 空间建立基于码本的背景模型,并单独对每个码字中的亮度分量进行高斯建模,提取运动目标的轮廓后,用连通区域算法对图像进行形态 学处理。典型测试序列和ROC 数据的对比实验结果证明该算法是高效和实用的,且易于在DSP 或FPGA 等嵌入式系统上实时实现。-】In order to solve the problems that the existing motion det
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:92307
    • 提供者:陈思宇
  1. YUV2RGB

    0下载:
  2. 完成了由YUV视频序列向RGB空间的转化-Completed by the YUV video sequence to the RGB color space conversion
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-16
    • 文件大小:4546380
    • 提供者:邹文杰
  1. RGB_to_YUV420p280p29

    0下载:
  2. 实现RGB色彩视频到YUV视频序列的转换-The goal of this code is to convert the RGB video file to the YUV sequenece
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1634745
    • 提供者:王升辉
  1. rgb2ycbcr

    0下载:
  2. 对于视频编解码感兴趣的初学者非常有帮助,深入学习JPEG编码中RGB转成YUV格式的细节!-For beginners interested in video codec is very helpful, in-depth study details of the JPEG encoder RGB to YUV format!
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:1742
    • 提供者:wl
  1. CameraRead

    0下载:
  2. 从遵从linux V4L2协议的视频卡采集视频数据并播放的一个简单的qt程序,直接采集yuv数据,通过软件转成RGB数据播放,上次上传是缺失的头文件已补齐。-Qt program to capture video data from the video card to comply with linux V4L2 agreement and play a simple, direct acquisition yuv data, convert the RGB data playback via
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:46560
    • 提供者:1326402585
  1. camera

    0下载:
  2. android视频采集处理代码,包括YUV转RGB,及RGB转YCgCr等转换,并提供常用的数字图像处理算法,如平滑算法、滤镜算法及直方图均衡法。-android video acquisition and processing code, including YUV to RGB, and RGB to YCgCr such as conversion, and provide a common digital image processing algorithms, such as smoo
  3. 所属分类:Video Capture

    • 发布日期:2017-11-11
    • 文件大小:5295547
    • 提供者:陈建宏
  1. DllStarViewDecoder

    0下载:
  2. 把RTP载荷类型为96的h264视频的RGB值转换为Y分量,U分量和V分量-Translate the RGB format of h264 video to YUV format of h264 video, which payload is 96
  3. 所属分类:Video Capture

    • 发布日期:2017-11-09
    • 文件大小:4365616
    • 提供者:pp
  1. vpfe_capture

    0下载:
  2. VPFE Video for Linux Capture Driver for Linux Driver. VPFE Capture driver allows applications to capture and stream video frames on DaVinci SoCs (DM6446, DM355 etc) from a YUV source such as TVP5146 or Raw Bayer RGB image data from an image sensor su
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:12720
    • 提供者:yongiaolon
  1. video_capture

    0下载:
  2. 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
  3. 所属分类:Video Capture

    • 发布日期:2017-11-12
    • 文件大小:26346
    • 提供者:侯识欢
  1. YUV_load

    0下载:
  2. 用于yuv格式文件视频的读取并转换为rgb数据-Yuv format for video read and converted to rgb data
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1376
    • 提供者:tution
  1. MovingObjectsDetect

    0下载:
  2. 运动物体检测,支持YUV, RGB格式视频文件,完全使用MFC库编写,易于修改和移植。 您可以根据需要进行扩展。-Moving object detection, support YUV, RGB format video files, entirely written using the MFC library, easy to modify and transplantation. 您可以根据需要进行扩展。 You can expand according to their
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2076900
    • 提供者:xml
  1. simplest_media_play

    0下载:
  2. 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-27
    • 文件大小:10170015
    • 提供者:sol
  1. hw1_sol

    0下载:
  2. video coding transfering image yuv to rgb
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:6916
    • 提供者:Nu
  1. TestCamWin32

    0下载:
  2. 能实现VFW编程,调用本地视频设备,实现视频捕捉和RGB-YUV颜色空间转换。 -To achieve VFW programming, call the local video equipment, the implementation of video capture and RGB-YUV color space conversion.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-26
    • 文件大小:31123
    • 提供者:熊济森
  1. live_beautiful_camera_streaming0.5

    0下载:
  2. 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-02
    • 文件大小:14661377
    • 提供者:wangyaning
  1. Readyuv

    0下载:
  2. matlab本身不带yuv视频读取函数,此函数读取并转换为RGB格式保存(Matlab itself does not have the yuv video reading function, which is read and converted to RGB format)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:sdtfirst
« 1 23 »
搜珍网 www.dssz.com