Category

Computing

Articles filed under Computing.

Latest

218 posts · since 2012

  1. 201

    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.

  2. 202

    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.

  3. 203
  4. 204
  5. 205
  6. 206
  7. 207

    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.

  8. 208

    F# Revisited

    Explores F# for implementing domain-specific languages, demonstrating turtle graphics and fractal generation with elegant syntax, async support, and parallel computing capabilities.

  9. 209

    Thoughts about convex optimization

    Convex optimization as a powerful modeling language: express problems as objectives and constraints, then solve efficiently. Demonstrated with image denoising using CVX.

  10. 210

    Automatic Recognition of EMS's CAPTCHA

    Demonstrates automatic CAPTCHA recognition using image binarization, digit splitting, and K-nearest neighbor classification, achieving perfect accuracy on EMS package tracking system.