视觉传感器的属性设置栏中还有如下几个选项: Ignore RGB info (faster): if selected, the RGB information of the sensor (i.e. the color) will be ignored so that it can operate ...
分类:
其他好文 时间:
2017-07-06 15:13:55
阅读次数:
438
#!/usr/bin/env python # encoding: utf-8 import RPi.GPIO import time # LED正极连接的GPIO口 LED = 17 # 声音感应器OUT口连接的GPIO口 SENSOR = 4 # 当前LED灯的开关状态 flg = False ... ...
分类:
其他好文 时间:
2017-07-04 01:00:05
阅读次数:
200
1. 召回率和精准度 比如你搜索一个java spark,总共有100个doc,能返回多少个doc作为结果,就是召回率,recall 精准度,比如你搜索一个java spark,能不能尽可能让包含java spark,或者是java和spark离的很近的doc,排在最前面,precision 直接用 ...
分类:
其他好文 时间:
2017-07-03 12:15:36
阅读次数:
246
How to implement a effecitive AE. AE(自己主动曝光) 1)try Minual exposure //time,line 2)try Max exposure //average target help to control it. 3)change gain g ...
分类:
其他好文 时间:
2017-07-01 16:15:54
阅读次数:
134
上一篇写了一个小案例方向传感器,与这光学传感器原理大致类似,但其实代码的主要区别得到的类型不一样在这里我一一列举出来: * Sensor.TYPE_ORIENTATION:方向传感器。 * Sensor.TYPE_GYROSCOPE:陀螺仪传感器。 * Sensor.TYPE_MAGNETIC_FI ...
分类:
移动开发 时间:
2017-05-29 11:05:17
阅读次数:
214
1 //动作传感器:加速度传感器,重力传感器: 2 public class MainActivity extends Activity implements SensorEventListener { 3 private TextView tvAcceleromter; 4 private Sen... ...
分类:
其他好文 时间:
2017-05-25 20:38:34
阅读次数:
199
第一种 百度 直接上代码: 第二种: 谷歌 首先引入 <script type="text/JavaScript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> 代码如下 js代码 html ...
分类:
编程语言 时间:
2017-05-25 01:17:56
阅读次数:
225
本文翻译自Elasticsearch官方指南的Proximity Matching一章。 邻近匹配(Proximity Matching) 使用了TF/IDF的标准全文搜索将文档,或者至少文档中的每个字段,视作"一大袋的单词"(Big bag of Words)。match查询能够告诉我们这个袋子中 ...
分类:
其他好文 时间:
2017-05-19 10:15:23
阅读次数:
469
1、检测你的手机里有哪些传感器 CheckSensor.java代码架构 1、使用一个ScrollView包裹的TextView把所有的传感器厂家、设备名称、版本、类型编号等打印出来 2、其中为了得到传感器名字,使用了一个静态内部类,这个静态内部类的作用是把(int)Sensor.getType() ...
分类:
移动开发 时间:
2017-05-13 23:19:09
阅读次数:
298
高通sensor库合libc的malloc debug功能冲突导致的死锁问题 ...
分类:
其他好文 时间:
2017-05-13 23:17:52
阅读次数:
498