摘要: int baseline = 0; string label_string = "labels...."; // 框出图像中的某个物体。cv::Point(a,b),其中a是相对于图片左边的距离,b是相对于图片上边的距离 cv::rectangle(image, cv::Point(left, to 阅读全文
posted @ 2022-07-11 16:18 好人~ 阅读(998) 评论(0) 推荐(0) 编辑
摘要: import os def run(): os.system('xxx/anaconda3/envs/paddle_ocr/bin/python3 ../src/python_scripts/paddleOcr.py') 使用指定虚拟环境下的python运行程序即可。 阅读全文
posted @ 2022-07-11 11:07 好人~ 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 我使用的编译命令如下: gcc demuxing_decoding.c -o demuxing_decoding -g -I ./ffmpeg-5.0.1/include -L ./ffmpeg-5.0.1/lib/ \ -l avcodec -l avutil -l avformat -l swr 阅读全文
posted @ 2022-07-11 09:08 好人~ 阅读(473) 评论(0) 推荐(0) 编辑