摘要: 原文链接:https://docs.opencv.org/4.1.2/d4/d8c/tutorial_py_shi_tomasi.html 如有错误欢迎指出~谢谢 Goal In this chapter, We will learn about the another corner detecto 阅读全文
posted @ 2019-11-12 11:52 AAAron 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 原文链接 https://docs.opencv.org/4.1.2/dc/d0d/tutorial_py_features_harris.html 阅读文档学习opencv 如有问题,大家指出~~ Goal In this chapter, We will understand the conce 阅读全文
posted @ 2019-11-10 17:54 AAAron 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 原文链接 https://docs.opencv.org/4.1.2/df/d54/tutorial_py_features_meaning.html 阅读英文文档开始理解opencv图像识别。有翻译不对的地方,大家指正~谢谢 Goal In this chapter, we will just t 阅读全文
posted @ 2019-11-10 14:33 AAAron 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 阅读官网文档:http://elm-chan.org/fsw/ff/doc/sync.html 阅读全文
posted @ 2019-08-27 11:51 AAAron 阅读(2246) 评论(0) 推荐(0) 编辑
摘要: 环境:stm32f429 原子哥的开发板 Keil5 问题来源:在例子程序中操作LED灯的方式,为什么不是原来的使用HAL_GPIO_WrirePin() 寻找答案: 因为我是根据项目需求来看例子的没有仔细的阅读跑马灯实验,其实在里面还是提及了 位带操作 ; 但是当时没有看见就直接去LED1的定义了 阅读全文
posted @ 2018-11-23 09:52 AAAron 阅读(1142) 评论(0) 推荐(0) 编辑
摘要: 1 import QtQuick 2.11 2 import QtQml.Models 2.11 3 4 5 Rectangle{ 6 width: 500 7 height: 500 8 9 ListView{ 10 id : listview 11 12 anchors.fill: parent 13 ... 阅读全文
posted @ 2018-11-15 15:05 AAAron 阅读(1246) 评论(0) 推荐(1) 编辑
摘要: 安装st-link 出自 http://macappstore.org/stlink/About the App App name: stlink App description: stm32 discovery line Linux programmer App website: https:// 阅读全文
posted @ 2018-11-11 22:28 AAAron 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 先上结果图: 官方文档说明: The QSplitter class implements a splitter widget; A splitter lets the user control the size of child widgets by dragging the boundary b 阅读全文
posted @ 2018-10-19 15:44 AAAron 阅读(3385) 评论(0) 推荐(0) 编辑
摘要: Ubuntu 编译工具链 阅读全文
posted @ 2018-10-18 21:53 AAAron 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 使用Layout来定位。可以解决。不使用anchor就可以解决 阅读全文
posted @ 2018-09-18 18:13 AAAron 阅读(2241) 评论(0) 推荐(0) 编辑