摘要: int main(int argc, char** argv) { //std::string videoFile = "E:\\C_VC_code\\Text_Photo\\dingdang.avi"; //cv::VideoCapture capture; /... 阅读全文
posted @ 2015-11-29 21:34 一样菜 阅读(925) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"void myShowHist(IplImage* image1,IplImage* image2);IplImage* cvShowHist(IplImage* src);int main(){ //对彩色图像进行均衡化 IplImage * image=... 阅读全文
posted @ 2015-11-29 17:19 一样菜 阅读(1935) 评论(0) 推荐(0) 编辑