Zexian's Blog


  • Home

  • Tags

  • Categories

  • Archives

  • Search

dynamic connectivity

Posted on 2018-09-12

Quick-find

Solve the dynamic connectivity problem -> Quick Find so called eager algorithm贪心算法

test_time_caffe

Posted on 2018-09-05 | In caffe

Test time

1
2
3
4
5
6
7
8
#!/usr/bin/env sh
now=$(date +"%Y%m%d_%H%M%S")
log_name="test___"$now""
srun -p Test --exclusive --gres=gpu:1 \
/mnt/lustre/share/sensephoto/caffes/caffe/build/tools/caffe time \
--model=$1 \
--iterations=1000 \
2>&1|tee $log_name.log &

stereo camera

Posted on 2018-08-22

Stereo vision basics

pinhole camera model

Depth-camera

Posted on 2018-08-14

立体视觉的基本知识 stereoscopic vision

Read more »

librealsense

Posted on 2018-08-01 | In openark

Depth from Stereo

Read more »

OpenCv_learn

Posted on 2018-07-30 | In openark

Mat的理解

Mat的好处是可以自动的释放内存

Mat是一个基础的类有两个部分

  1. 矩阵头(包括矩阵大小,存储方式,存储地址等信息)
  2. 能指向存储像素信息的矩阵
Read more »

Const_C++

Posted on 2018-07-30 | In C++

Const c++的使用总结

Read more »

handDetect

Posted on 2018-07-27 | In handDetect

使用RealSense进行手势识别

Read more »

faster-rcnn

Posted on 2018-06-15 | In faster-rcnn

Faster-rcnn 理解

Read more »

install_tmux

Posted on 2018-06-11

如何在没有root权限的情况下安装tmux

Read more »
123
Zexian Dong

Zexian Dong

I can do all things!

23 posts
10 categories
19 tags
GitHub E-Mail
0%
© 2019 Zexian Dong
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4