Blog posts

2020

Extending Python Project with C++ Code

1 minute read

Published:

Recently, our project needs to test the ported (from Python code) c++ library. The best way to test might just to directly call the c++ function using the original python framework. Therefore there is a learning curve for me to learn how to use python to call c++ functions.

2019

Debugging summary for rPPG (c++)

less than 1 minute read

Published:

This is a summary for me only about the coding port phase from python to c++. And a test post.