1 __author__ = "WSX" 2 import cv2 as cv 3 import numpy as np 4 5 def local_threshold(img): #局部阈值 6 gray = cv.cvtColor(img , cv.COLOR_BGR2GRAY) #首先变为灰度... ...
分类:
编程语言 时间:
2018-06-10 00:33:04
阅读次数:
540
参考:http://blog.51cto.com/chenhao6/1249302一、cacti概述1. cacti是用php语言实现的一个软件,它的主要功能是用snmp服务获取数据,然后用rrdtool储存和更新数据,当用户需要查看数据的时候用rrdtool生成图表呈现给用户。因此,snmp和rrdtool是cacti的关键。Snmp关系着数据的收集,rrdtool关系着数据存储和图表的生成。2
分类:
其他好文 时间:
2018-05-31 20:30:27
阅读次数:
203
1 battery charging voltage : qcom,float voltage mv = ; 2 battery recharge threshold : qcom,resume delta mv = ; 3 the max current battery charging curr ...
分类:
其他好文 时间:
2018-05-31 19:19:26
阅读次数:
167
19.1Linux监控平台介绍19.2zabbix监控介绍19.3/19.4/19.6安装zabbix19.5忘记Admin密码如何做Linux监控平台介绍cacti、nagios、zabbix、smokeping、open-falcon等等cacti、smokeping偏向于基础监控,成图非常漂亮cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cact
分类:
其他好文 时间:
2018-05-28 21:51:56
阅读次数:
182
19.1Linux监控平台介绍常见开源监控软件cacti、nagios、zabbix、smokeping、open-falcon等等cacti、smokeping偏向于基础监控,成图非常漂亮cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据,注重服务或者监控项的状态,zabbix会获取服务
分类:
系统相关 时间:
2018-05-24 22:22:15
阅读次数:
253
19.1Linux监控平台介绍常见开源监控软件cacti、nagios、zabbix、smokeping、open-falcon等等cacti、smokeping偏向于基础监控,成图非常漂亮cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据,注重服务或者监控项的状态,zabbix会获取服务
分类:
系统相关 时间:
2018-05-24 22:19:33
阅读次数:
274
19.1 Linux监控平台介绍常见开源监控软件 cacti、nagios、zabbix、smokeping、open-falcon等等 cacti、smokeping偏向于基础监控,成图非常漂亮 cacti、nagios、zabbix服务端监控中心,需要php环境支持,其中zabbix和cacti都需要mysql作为数据存储,nagios不用存储历史数据,注重服务或
分类:
其他好文 时间:
2018-05-24 18:55:36
阅读次数:
204
1. Install 2. 用法 将元素或者component放在 <FastClick>...</FastClick> 中 3. 监测到tap事件后会阻止冒泡 event.stopPropagation() 4. 两个参数 threshold 在px中不能再转换为点击之前,触摸可以移动多远。 默认 ...
分类:
移动开发 时间:
2018-05-23 19:07:10
阅读次数:
863
查看OpenCV文档cvThreshold(),在二值化函数cvThreshold(const CvArr* src, CvArr* dst, double threshold, double max_value, int threshold_type)中,参数threshold_type有5种类型 ...
分类:
其他好文 时间:
2018-05-17 18:22:38
阅读次数:
872