HelloWorld

#include<opencv2/core/core2.cpp>
#include<iostream>

using namespace std;
using namespace cv;

int main(void)
{
    Mat image=imread("img.jpg");
    cout << image.size() << endl;
    return 0;
}

 

posted @ 2013-05-15 10:08  GuanHaoOnceMore2014  阅读(69)  评论(0编辑  收藏  举报
分享到QQ空间