摘要: /// <summary> /// 图像旋转 /// </summary> private Mat MatRotate(Mat src, float angle) { Mat dst = new Mat(); Point2f center = new Point2f(src.Cols / 2, sr 阅读全文
posted @ 2019-11-18 17:12 世人皆萌 阅读(2581) 评论(0) 推荐(0) 编辑