POI (Point of Interest) A1. GeoHash A2. K-D Tree A3. Space-filling Curve Spatial Indexing Quadtree Hilbert Curves Yelp: find nearest restaurants/...et ...
分类:
其他好文 时间:
2020-03-12 14:15:47
阅读次数:
68
题目:SCA-CNN: Spatial and Channel-wise Attention in Convolutional Networks for Image Captioning 作者: Long Chen等(浙大、新国立、山大) 期刊:CVPR 2017 1 背景 注意力机制已经在自然语言 ...
分类:
Web程序 时间:
2020-02-28 14:02:38
阅读次数:
370
The IfcProduct is an abstract representation of any object that relates to a geometric or spatial context. An IfcProduct occurs at a specific location ...
分类:
其他好文 时间:
2020-02-20 00:14:44
阅读次数:
104
```//类的初始化 QRCodeDetector QRCode;//opencv4二维码 MonocularRanging mono("../QR_test/cameraParams.xml");//单目测距类 ChooseTarget Chooser(20, 10);//选择目标 ChooseT... ...
分类:
其他好文 时间:
2020-02-16 10:17:34
阅读次数:
81
《No-Reference Image Quality Assessment in the Spatial Domain》,BRISQUE。 1. 广义高斯分布,generalized Gaussian distribution,GGD 1.1 描述 零均值的广义高斯分布如下: 其中 而 Γ(·) ...
分类:
其他好文 时间:
2020-02-16 01:18:00
阅读次数:
212
01 索引类型 索引类型分为 NORMAL:这是最基本的索引,它没有任何限制,默认的BTREE类型的索引,是我们大多数情况下用到的索引。 UNIQUE:表示唯一的,不允许重复的索引,如果该字段信息保证不会重复。例如身份证号用作索引时,可设置为unique。Unique(要求列唯一)和Primary ...
分类:
数据库 时间:
2020-02-02 15:32:21
阅读次数:
112
什么是TD-IDF? 计算特征向量(或者说计算词条的权重) 构造文档模型 我们这里使用空间向量模型来数据化文档内容:向量空间模型中将文档表达为一个矢量。 We use the spatial vector model to digitize the document content: the vec ...
分类:
其他好文 时间:
2020-01-22 18:28:36
阅读次数:
236
FIRST_VALUE | LAST_VALUE 1. 语法 FIRST_VALUE | LAST_VALUE ( expression [ IGNORE NULLS | RESPECT NULLS ] ) OVER ( [ PARTITION BY expr_list ] [ ORDER BY o ...
分类:
数据库 时间:
2020-01-21 18:15:19
阅读次数:
184
Oracle数据库自带了decode()函数,函数的使用方法如下: SELECT emp.ename, emp.job, emp.sal, decode(job, 'manager', sal * 1.2, 'ANALYST', sal * 1.1, 'salesman', sal * 1.05, ...
分类:
数据库 时间:
2020-01-15 23:15:12
阅读次数:
97
Problem: get a overall picture of how ego-networks evolve is a common challenging task. Existing techniques: inspect the evolution patterns of ego-net ...