2021年2月6日
摘要: rotate() 官方使用说明 void cv::rotate(InputArray src, OutputArray dst, int rotateCode) #include <opencv2/core.hpp> Rotates a 2D array in multiples of 90 deg 阅读全文
posted @ 2021-02-06 13:58 Cynthia_W 阅读(2547) 评论(0) 推荐(0) 编辑
摘要: flip() 官方使用说明 void cv::flip(InputArray src, OutputArray dst, int flipCode) #include <opencv2/core.hpp> Flips a 2D array around vertical, horizontal, o 阅读全文
posted @ 2021-02-06 13:51 Cynthia_W 阅读(394) 评论(0) 推荐(0) 编辑