Tag

Research

Articles tagged Research.

Latest

17 posts · since 2012

  1. 01
  2. 02
  3. 03
  4. 04

    知乎人脸的总结

    基于人脸识别的知乎头像带逛系统:给定用户头像,找出长相相似的其他用户。收录8万用户头像,展示最受欢迎的头像统计和有趣的发现。

  5. 05
  6. 06

    Some Technical Details about KinectFusion

    Technical notes on KinectFusion SDK: understanding WorldToCamera and WorldToVolume matrices, aligning RGB with depth images, and extracting higher-quality depth maps via raycasting the TSDF volume.

  7. 07
  8. 08

    C++ or MATLAB for research?

    Compares C#/C++ and MATLAB for research work, arguing MATLAB is better suited for rapid prototyping while compiled languages excel at building production systems.

  9. 09
  10. 10

    Host paper reading seminars with github

    How to use GitHub Pages and git branches to host paper reading seminars: keep compiled slides in master branch, source code in another branch, with automatic download links and version control.