上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 72 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-12-03 12:42 水木清扬 阅读(7) 评论(0) 推荐(0)
摘要: 平移 :ctrl+鼠标中键 旋转:鼠标中键 缩放:移动中键 阅读全文
posted @ 2019-12-02 22:32 水木清扬 阅读(756) 评论(0) 推荐(0)
摘要: 光源实物图片:http://www.xamv.com/Products/mvbrxlcstj.html 阅读全文
posted @ 2019-11-17 09:45 水木清扬 阅读(96) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/anqijiayou/article/details/79835853 Python下opencv使用笔记(图像频域滤波与傅里叶变换) 2018-04-06 19:07:26 一只程序喵 阅读数 980更多 分类专栏: python+opencv Pyth 阅读全文
posted @ 2019-10-26 21:57 水木清扬 阅读(1395) 评论(0) 推荐(0)
摘要: TX2开发板Ubuntu16.04设置静态IP https://www.cnblogs.com/qilai/p/11285445.html 首先打开一个Terminal输入 ifconfig 查看自己使用的网络接口,每台机器的端口不一定相同我使用的两台机器一台是台式机一台是TX2两个台机器的网络接口 阅读全文
posted @ 2019-10-13 21:46 水木清扬 阅读(509) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-import cv2 as cvimport numpy as npfrom matplotlib import pyplot as pltimport cv2## *针孔 zhenkong Min<1 gate>=0.6 Min>1 gate>=0.8 阅读全文
posted @ 2019-10-13 16:02 水木清扬 阅读(220) 评论(0) 推荐(0)
摘要: HALCON安装与配置(VS2013+HALCON13) 2017-06-23 16:08:25 坚强的羊脂球 阅读数 4574更多 分类专栏: HALCON HALCON安装与配置(VS2013+HALCON13) 2017-06-23 16:08:25 坚强的羊脂球 阅读数 4574更多 分类专 阅读全文
posted @ 2019-10-12 16:12 水木清扬 阅读(553) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-import cv2 as cvimport numpy as npfrom matplotlib import pyplot as pltimport cv2## *针孔 zhenkong Min<1 gate>=0.6 Min>1 gate>=0.8 阅读全文
posted @ 2019-09-28 22:02 水木清扬 阅读(543) 评论(0) 推荐(0)
摘要: class Solution {public: int lengthOfLongestSubstring(string s) { int num=0; int N=s.size(); string check; std::cout<<"N="<<N; int count=0; int max_num 阅读全文
posted @ 2019-08-27 10:17 水木清扬 阅读(1339) 评论(0) 推荐(0)
摘要: 给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字。 如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们的和。 您可以假设除了数字 0 之外,这两个数都不会以 0 开头。 示例: 输入:(2 -> 4 -> 阅读全文
posted @ 2019-08-26 21:59 水木清扬 阅读(3318) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 72 下一页