自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (10)
  • 收藏
  • 关注

原创 跨平台linux, windows, android系统识别

使用宏识别 linux, windows, android系统(区分大小写),如下:__linux__  __WINDOWS__ANDROID例如:#ifdef ANDROID#include #else#ifdef __linux__ #include #endif#endif例如:#ifdef __WINDOWS__ video.o

2016-03-24 16:13:33 1383

原创 linux 高精度计时方法

纳秒级别: struct timespec tp; clock_gettime(CLOCK_MONOTONIC, &tp); return (int64)tp.tv_sec*1000000000 + tp.tv_nsec;微秒级别: struct timeval tv; struct timezone tz; gettimeofday( &t

2016-03-23 11:00:36 1407

原创 Youth by Samuel Ullman

Youth by Samuel UllmanYouth is not a time of life; it is a state of mind; it is not a matter of rosy cheeks, red lips and supple knees; it is a matter of the will, a quality of the imagination, a vi

2016-03-13 11:05:13 658

原创 Eclipse GDB 挂掉

系统 ubuntu 1404, IDE: eclipse 3.8调试程序过程中,突然发现eclipse debug 的时候会在变量声明的时刻挂掉, 推出调试例如 在容器的变量声明处vector xxx; 原因: 在上一次的Debug中, Expression 窗口跟踪了一些类似  xxx.size() 的表达式更令人奇怪的是,这种现象不是必现的,但有

2016-03-08 16:03:06 869

原创 arm-linux-gnueabi-gcc/g++ 编译opencv

sudo apt-get  install arm-linux-gnueabi-gcc sudo apt-get install arm-linux-gnueabi-g++/bin路径:/usr/bin/ 下,会有arm-linux-gnueabi-gcc 和 arm-linux-gnueabi-g++ 等工具/lib和/include路径(编译环境路径):/usr

2016-03-05 13:48:18 5194

转载 ubuntu adb installation

一般我们都是在windows系统下安装adb调试工具和驱动,并在windows系统下使用,但有的时候也需要在Ubuntu下面是用adb,这样就需要安装ubuntu系统的adb驱动和调试环境,下面小编就来讲述ubuntu系统下如何安装adb驱动和调试环境本经验说明:    小编的这个建议只适合于10.10之前版本的ubuntu系统,后面的11.04,11.10。。。14.04系统因为采用的默

2016-03-04 11:48:23 350

resnet34-333f7ec4.pth

resnet34-333f7ec4.pth

2019-03-14

pytorch pretrain Resnet resnet18-5c106cde.pth

resnet18-5c106cde.pth

2019-03-14

libcudnn7-dev_7.4.1.5-1+cuda9.2_amd64

libcudnn7-dev_7.4.1.5-1+cuda9.2_amd64 官方下载时间2018-11-28。亲测可用~

2018-11-28

libcudnn7_7.4.1.5-1+cuda9.2_amd64.deb

cudnn for cuda 9.2 官方下载时间2018-11-28。亲测可用~

2018-11-28

ippicv_linux_20151201.tgz

ippicv_linux_20151201.tgz

2017-08-09

multiple view geometry in computer vision 计算机视觉中的多视几何

multiple view geometry in computer vision 计算机视觉中的多视几何

2017-07-07

Probabilistic Robotics

Probabilistic Robotics

2017-05-05

FFTW ARM cortex-A 平台测试程序

FFTW ARM cortex-A 平台测试程序

2015-03-18

practical opencv pdf

practical opencv pdf

2015-03-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除