摘要: 前言 getRotationMatrix2D 计算获取旋转矩阵 warpAffine 仿射变换 测试代码 #include <iostream> #include <vector> #include <opencv2/opencv.hpp> // 图像旋转和仿射变换 int main() { cv: 阅读全文
posted @ 2021-12-21 13:20 想想就很离谱 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 需求 假设有一段字符串 "ABCDEFGHIJKLMN" 需要变成 "AB:CD:EF:GH:IJ:KL:MN" 很简单, 上代码 /*************************************** * 功能:指定字符串去分割字符串 * 参数: * -src: 需要分割的字符串 * - 阅读全文
posted @ 2021-12-21 10:41 想想就很离谱 阅读(513) 评论(0) 推荐(0) 编辑