0%

SIMD(Single Instruction, Multiple Data):单指令多数据流,实质是通过数据并行来提高执行效率。

阅读全文 »

  1. 本篇文档对鲁棒性的定义:$$goodPoints/allPoints$$ 其中
  2. goodPoints:跟踪成功的特征点。即,向前-向后追踪回到开始帧,EPE 小于设定的阈值(单位: pixel)。
  3. allPoints:所有特征点
  4. 使用全部特征点测试鲁棒性,$$Harris \gtrsim Tomasi > Fast$$
  5. 使用我们的均匀化策略后的特征点测试鲁棒性,$$Fast > Tomasi \approx Harris$$
阅读全文 »

How to register and make payment

Contents:

  • How to register
  • How to payment
  • Confirm whether the payment is successful
阅读全文 »

下载编译

克隆 package

1
2
cd ~/rotors_ws/src/
git clone https://github.com/suzhilong/uav_tracking.git

复制.world文件:

1
cp ~/rotors_ws/src/uav_tracking/worlds/tracking_scen.world ~/rotors_ws/src/rotors_simulator/rotors_gazebo/worlds/

编译

1
2
cd ~/rotors_ws
catkin_make

然后重启终端

阅读全文 »