摘要: #include "stdafx.h"using namespace cv;int main(int argc, char** argv){ Mat img=imread("d:/pic/lena.jpg"); imshow("src",img); CV_Assert(!img.e... 阅读全文
posted @ 2015-07-23 03:06 denny402 阅读(777) 评论(0) 推荐(0)