摘要:
sciter::value arr[200]; for (int i = 0; i < (int)m_fileList.size(); i++) { cv::Mat img = cv::imread(m_fileList[i].GetBuffer()); int imgWidth = img.cols; int imgHeight = img.rows; sciter::va... 阅读全文
posted @ 2017-03-29 16:40
一样菜
阅读(475)
评论(0)
推荐(0)