自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 测试测试我是测试

测试测试测试。

2024-06-12 09:43:32 106

原创 动态调用Qt designer设计的UI界面(Dynamically call the UI interface designed by Qt designer)

动态调用Qt designer设计的UI界面(Dynamically call the UI interface designed by Qt designer)下面展示一些 内联代码片。from PySide2.QtWidgets import QApplication, QMessageBoxfrom PySide2.QtUiTools import QUiLoaderimport pymysql,reimport cv2 as cvfrom timeit import default_ti

2021-07-15 12:24:11 221

原创 交并比分类计算(IOU classification calculation)

交并比分类计算(IOU classification calculation)下面展示一些 内联代码片。def calculate_iou(i, left_1, top_1, right_1,bottom_1,left_2, top_2, right_2,bottom_2): area=(bottom_1-top_1)*(right_1-left_1) iou=0 if(left_1 <left_2 and top_2>top_1 ): print(

2021-06-29 15:23:10 214

原创 双摄像头采集视频演示(Dual camera capture video demo)

record_0

2021-06-29 13:17:25 415

原创 多线程实现同步摄像头录像(Multi-threading to achieve synchronized camera recording)

下面展示一些 内联代码片。多线程实现同步摄像头录像(Multi-threading to achieve synchronized camera recording)import cv2import multiprocessingimport timedef SaveVideo(port,status): #global status cameraCapture = cv2.VideoCapture(port + cv2.CAP_DSHOW) #S

2021-06-29 12:02:47 591

原创 多线程实现同步摄像头拍摄照片(Multi-threading to achieve synchronized camera shooting photos)

下面展示一些 内联代码片。多线程实现同步摄像头拍摄照片(Multi-threading to achieve synchronized camera shooting photos)// A code blockvar foo = 'bar';// An highlighted blockimport cv2import multiprocessingimport timeimg_path='C:/Robot/pic/123.jpg'#Save picture functionde

2021-06-29 11:41:51 355

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除