摘要: 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... 阅读全文