Category

Computing

Articles filed under Computing.

Latest

216 posts · since 2012

  1. 191

    自己动手改造智能家居生活

    从睡眠监测、智能闹钟、窗帘控制到安防监控的全套智能家居改造:利用Sleep Cycle、Hue、Wemo、IFTTT等工具打造自动化生活,以及树莓派DIY遥控窗帘。

  2. 192
  3. 193
  4. 194

    Scraping photos from Facebook groups

    A practical guide to scraping photos from Facebook groups when Graph API doesn't expose the endpoint - using Chrome dev tools, curl with cookies, grep and awk to extract image URLs from rendered HTML.

  5. 195
  6. 196
  7. 197
  8. 198
  9. 199

    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.

  10. 200

    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.