摘要: #pragma once #include <iostream> #include <string.h> #include <unistd.h> #include <sys/io.h> #include <sys/types.h> #include <sys/stat.h> #include "di 阅读全文
posted @ 2022-11-09 23:14 dangxusheng 阅读(831) 评论(0) 推荐(0) 编辑
摘要: // // Created by DangXS on 2022/4/27. // #ifndef CPLUSPLUS_PROJECT1_YUV_HELPER_H #define CPLUSPLUS_PROJECT1_YUV_HELPER_H #include "opencv2/opencv.hpp" 阅读全文
posted @ 2022-11-09 23:10 dangxusheng 阅读(1211) 评论(0) 推荐(0) 编辑
摘要: import os import os.path as osp import sys import numpy as np import datetime def mkdirs_py2(path): # 递归创建文件夹路径 if osp.exists(path): return paths = pa 阅读全文
posted @ 2022-11-09 23:05 dangxusheng 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 1 准备setup.py文件 #!/usr/bin/env python # encoding = utf-8 from distutils.core import setup, Extension from Cython.Build import cythonize import os, os.p 阅读全文
posted @ 2022-11-09 22:33 dangxusheng 阅读(899) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # encoding: utf-8 """ @version: v1.0 @author: Jory.d @contact: 707564875@qq.com @site: @software: PyCharm @file: read_realsense_ 阅读全文
posted @ 2022-11-09 11:14 dangxusheng 阅读(1931) 评论(0) 推荐(0) 编辑