摘要:
1 Mat readImage(string path) 2 { 3 std::ifstream file("cr.tif", std::ios::binary); 4 std::vector data; 5 file >>noskipws; 6 copy(istream_iterator(file),istream_iterator(), b... 阅读全文
posted @ 2019-10-19 17:32
任重道远-HSY
阅读(107)
评论(0)
推荐(0)
2019年10月19日