摘要:
#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)
浙公网安备 33010602011771号