摘要: opencv_contrib额外模块,经过测试,使用成熟后才会加入到opencv:https://github.com/opencv/opencv_contrib/ 1.安装 OpenCV 所需要的依赖项目# 1、安装 cmake g++ wget unzipsudo apt update && s 阅读全文
posted @ 2024-02-06 14:40 hugingface 阅读(212) 评论(0) 推荐(0)
摘要: 功能概述:字符串转换为数值。其声明位于头文件 <stdlib.h> C 库函数 long int strtol(const char *str, char **endptr, int base) 把参数 str 所指向的字符串根据给定的 base 转换为一个长整数(类型为 long int 型),b 阅读全文
posted @ 2024-02-06 09:49 hugingface 阅读(107) 评论(0) 推荐(0)