上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: \ OpenCV安装(Linux) @(gr_self)[ffmpeg | openCV] @author: gr @date: 2015 09 02 @email: forgerui@gmail.com [TOC] 1.安装基础依赖包 yum install autoconf automake g 阅读全文
posted @ 2015-10-30 19:04 bairuiworld 阅读(950) 评论(0) 推荐(0) 编辑
摘要: 整理shell的基本使用。 @author: gr @date: 2015 08 31 @email: forgerui@gmail.com 1. Basic 1.1 常用知识可以看下 "正则表达式" 。+ []中表示可选项,如[a z], [0 9]+ export其实就是声明一下这个变量的意... 阅读全文
posted @ 2015-10-30 18:48 bairuiworld 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 面向对象中关于继承的总结。 @author: gr @date: 2015 07 26 @email: forgerui@gmail.com 一、类的隐藏重载(overload)、覆盖(override)与隐藏(hidden)。 重载: 相同的范围(在同一个类中)函数名字相同参数不同virtual... 阅读全文
posted @ 2015-09-15 21:03 bairuiworld 阅读(2103) 评论(0) 推荐(0) 编辑
摘要: 博客目录blog 每类下的博客基本按照时间顺序整理。有3个#的博客是用Markdown写的,其它的基本是使用windows live writer完成的。(后面用Markdown写的也没加#, 因为觉得没必要区分了,反正后面都是Markdown了) 1. 事件检测 && 目录跟踪###《Video Event Detection by Inferring Temporal Instance ... 阅读全文
posted @ 2015-09-01 10:32 bairuiworld 阅读(248) 评论(0) 推荐(0) 编辑
摘要: > **Author:**> Yu-Gang Jiang, Shih-Fu Chang> 事件检测的目标就是自动识别给定视频序列中的感兴趣事件。进行视频事件检测通常很困难,特别是在网络中非限制的视频。在非限制情况下,视频质量可能很差,包括严重的相机移动,弱光,背景干扰和遮挡等。但是,随着视频数量的急... 阅读全文
posted @ 2015-08-30 15:01 bairuiworld 阅读(448) 评论(0) 推荐(0) 编辑
摘要: C++类中的常见函数。 @author: gr @date: 2015 07 23 @email: forgerui@gmail.com 一、constructor, copy constructor, copy assignment, destructor 1. copy constructor... 阅读全文
posted @ 2015-08-23 20:29 bairuiworld 阅读(233) 评论(0) 推荐(0) 编辑
摘要: strcpy 和 memcpy 的比较及实现。 @author: gr @date: 2015 07 23 @email: forgerui@gmail.com 和`strcpy`都是标准C库函数。 除了复制字符之外,也会复制最后的结束符。它的原型为: char strcpy(char dst, ... 阅读全文
posted @ 2015-08-23 20:24 bairuiworld 阅读(281) 评论(0) 推荐(0) 编辑
摘要: > hadoop. #@author: gr #@date: 2014-07-03 #@email: forgerui@gmail.com## 一、基础概念#### 1.1. hadoop vs openstackOpenStack 是云... 阅读全文
posted @ 2015-08-23 20:22 bairuiworld 阅读(237) 评论(0) 推荐(0) 编辑
摘要: > awk. #@author: gr #@date: 2014-07-02 #@email: forgerui@gmail.com## 1. 基本使用#### 1.1. 基本模式 awk '{pattern + action}' {f... 阅读全文
posted @ 2015-08-23 20:14 bairuiworld 阅读(163) 评论(0) 推荐(0) 编辑
摘要: > Theano. #@author: gr #@date: 2014-07-02 #@email: forgerui@gmail.com## 一、安装Theanoubuntu下安装相对简单。安装依赖: sudo apt-get insta... 阅读全文
posted @ 2015-08-23 19:59 bairuiworld 阅读(319) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页