lovepan1314

将彩色视频转换为灰度视频源代码

很简单的功能,就是实现一个彩色视频转化为灰度视频[cpp] view plain copy #include "cv.h" #include "highgui.h" #include "iostream.h" int main(...