码迷,mamicode.com
首页 >  
搜索关键字:no-tracking queries    ( 2763个结果
【LeetCode】Restore IP Addresses 解题报告
【题目】 Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given "25525511135", return ["255.255.11.135", "255.255.111.35"...
分类:其他好文   时间:2014-12-19 17:26:18    阅读次数:117
php 执行事务的时候pdo出现问题
新版本的pdo会有这个问题:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternati...
分类:Web程序   时间:2014-12-19 12:55:05    阅读次数:199
采购,接收数据收集SQL汇总(从订单->接收->INVOICE所有数据关联SQL)
INDEX OF QUERIES Source Document: Purchase Order: 1: po_headers_all (sql) 2: po_lines_all (sql) 3: po_line_locations_all (sql) 4: po_distributions_all (sql) Accounting Related Da...
分类:数据库   时间:2014-12-18 13:36:54    阅读次数:302
LaTeX 迅速入门
迅速的吧下面的代码复制走就可以用了。具体的代表什么可以看注释% 后面的 \documentclass[12pt,twocolumn]{article} % twocolumn是双栏,去掉就是单栏了 \title{Tracking} \author{iker Cross} \date{2014.12.16} \begin{document} % 正文的开始 \maketi...
分类:其他好文   时间:2014-12-17 20:58:12    阅读次数:380
在T-SQL语句中访问远程数据库(openrowset/opendatasource/openquery)
1、启用Ad Hoc Distributed Queries在使用openrowset/opendatasource前搜先要启用Ad Hoc Distributed Queries服务,因为这个服务不安全所以SqlServer默认是关闭的启用Ad Hoc Distributed Queries的方法...
分类:数据库   时间:2014-12-17 20:22:47    阅读次数:199
【LeetCode】Permutations II 解题报告
【题目】 Given a collection of numbers that might contain duplicates, return all possible unique permutations. For example, [1,1,2] have the following unique permutations: [1,1,2], [1,2,1], an...
分类:其他好文   时间:2014-12-17 12:49:36    阅读次数:140
目标跟踪系列十二:Exploiting the Circulant Structure of Tracking-by-detection with Kernels代码关键记录
代码关键点记录:成功不远了!O(∩_∩)O 哈哈~ 1. Input : load_video_info.m 读入视频文件groundtruth_rect.txt(里面是4个一组的点,x,y, width ,height ?),得到有用的参数: target_sz = [ground_truth(1,4), ground_truth(1,3)];  得到的是目标的尺寸(这里好像...
分类:其他好文   时间:2014-12-16 22:43:41    阅读次数:894
【LeetCode】Combination Sum I & II 解题报告
【Combination Sum I】 Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeated number may be cho...
分类:其他好文   时间:2014-12-16 11:45:46    阅读次数:186
Opencv 实现图像的离散傅里叶变换(DFT)、卷积运算(相关滤波)
我是做Tracking 的,对于速度要求很高。发现傅里叶变换可以使用。于是学习之! 核心: 最根本的一点就是将时域内的信号转移到频域里面。这样时域里的卷积可以转换为频域内的乘积!       在分析图像信号的频率特性时,对于一幅图像,直流分量表示预想的平均灰度,低频分量代表了大面积背景区域和缓慢变化部分,高频部分代表了它的边缘,细节,跳跃部分以及颗粒噪声.  因此,我们可以做相应的锐化和模糊的...
分类:其他好文   时间:2014-12-16 10:03:56    阅读次数:225
DLT(DeepLearningTracker)学习与代码理解 (1)
持续更新中……DLT是香港科大的Naiyan Wang和Dit-Yan Yeung提出的,文章和代码见 http://winsty.net/dlt.html相关论文是 Learning A Deep Compact Image Representation for Visual Tracking (...
分类:其他好文   时间:2014-12-13 16:29:26    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!