上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: 图像滤波 均值滤波,中值滤波,高斯滤波 , 双边滤波 Ref: python+opencv均值滤波,高斯滤波,中值滤波,双边滤波 高斯模糊(高斯滤波)原理以及计算过程 opencv + python 实现双边滤波, 这个讲双边滤波讲的非常好 阅读全文
posted @ 2021-05-21 19:11 mashuai_191 阅读(54) 评论(0) 推荐(0)
摘要: 5种标注类型: bounding box, segmentation, 3D cuboid, keypoint and landmark, line and splines 3种标注存储格式:COCO(json), Pascal VOC(xml), YOLO(txt) 标注工具: MakeSense 阅读全文
posted @ 2021-05-21 16:11 mashuai_191 阅读(315) 评论(0) 推荐(0)
摘要: 边缘检测 Ref: 计算机视觉之Sobel(索贝尔算子)实现边缘检测 在OpenCV中基于深度学习的边缘检测 基于深度学习的图像边缘和轮廓提取方法介绍 Canny边缘检测算法原理及实现方法 https://towardsdatascience.com/canny-edge-detection-in- 阅读全文
posted @ 2021-05-18 10:19 mashuai_191 阅读(372) 评论(0) 推荐(0)
摘要: 了解大概 Ref: is it possible that canal set with multiple mysql database source 使用 canal https://dev.mysql.com/doc/refman/8.0/en/replication-multi-source. 阅读全文
posted @ 2021-05-09 10:43 mashuai_191 阅读(297) 评论(0) 推荐(0)
摘要: 整理一下怎么开发flask程序应部署到生产环境中 1. 第一个flask 程序 myapp.py from flask import Flask app = Flask(__name__) @app.route('/') def index(): return 'Hi! It works!' if 阅读全文
posted @ 2021-05-04 16:19 mashuai_191 阅读(252) 评论(0) 推荐(0)
摘要: Ref: Windows Subsystem for Linux Installation Guide for Windows 10 Windows Subsystem for Linux 2: The Complete Guide The Ultimate Guide to Windows Sub 阅读全文
posted @ 2021-05-03 14:17 mashuai_191 阅读(54) 评论(0) 推荐(0)
摘要: 旋转矩阵的欧拉角表示: Ref: 坐标旋转变换公式的推导 坐标系旋转后的点坐标、坐标点旋转后的点坐标、 3维旋转矩阵推导与助记 阅读全文
posted @ 2021-04-21 10:13 mashuai_191 阅读(258) 评论(0) 推荐(0)
摘要: Using Websockets with Python https://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent 阅读全文
posted @ 2021-04-18 23:08 mashuai_191 阅读(65) 评论(0) 推荐(0)
摘要: 一文图解单目相机标定算法 【3D视觉工坊】第二期公开课:相机标定的基本原理与经验分享 阅读全文
posted @ 2021-04-13 09:17 mashuai_191 阅读(66) 评论(0) 推荐(0)
摘要: 深度相机哪家强?https://blog.csdn.net/electech6/article/details/78907463 深度相机哪家强?https://zhuanlan.zhihu.com/p/28274727 【相机】3D相机原理—结构光、双目视觉和光飞行时间法 https://zhua 阅读全文
posted @ 2021-03-26 23:05 mashuai_191 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页