摘要:
1 #include 2 #include 3 using namespace std; 4 using namespace cv; 5 6 7 int main() 8 { 9 Mat img_in,img_out; 10 11 img_in = imread("1.jpg",0); 12 13 threshold(i... 阅读全文
posted @ 2017-12-21 19:22
任重道远-HSY
阅读(1411)
评论(0)
推荐(0)
2017年12月21日