IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
图像RGB格式与YUV格式互转 - 淇淇宝贝
淇淇宝贝
发表于
2016-03-10 15:41:00
love
0
【摘要】1 // rgb2yuv.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 6 7 #define Level 256 //直方图bin数 8 #define SIZEX 176 //image列尺寸 9 #define SIZEY 256 //
阅读全文