流水依依

希望朋友们有个好的身体,开开心心工作与学习。

博客园 首页 新随笔 联系 订阅 管理

2013年11月6日 #

摘要: #include #include #include using namespace cv ;using namespace std ;int main(){ Mat now ,result; now=imread("girl.jpg") ; if(now.empty()) return -1 ; //printf("%d %d\n",now.cols ,now.rows) ; imshow("mygirl",now) ; waitKey(0) ; int N=now.rows ; int M=now.cols ; resu... 阅读全文
posted @ 2013-11-06 21:30 流水依依 阅读(358) 评论(0) 推荐(0)