摘要:
#include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include using namespace cv; using namespace std; int main() { Mat srcImage = imread("F://19.jpg"); imshow(... 阅读全文
posted @ 2017-02-25 22:33
zhangxiaofanfan
阅读(1931)
评论(0)
推荐(0)