Posts by Year

2024

Anatomy of NeRF, Neural Radiance Field

11 minute read

Neural Radiance Fields (NeRF) have emerged as a revolutionary approach to computer graphics and vision for synthesizing highly realistic images from sparse s...

Supervised Single-View to 3D Objects

9 minute read

3D reconstruction from a single view is very similar to the process through which we recognize objects in the real world. When we look at a chair from one an...

Back to Top ↑

2023

Ray Tracing in C++ Multithreading

9 minute read

Ray tracing, a powerful technique for rendering scenes, is ideal for showcasing the prowess of multithreading in programming. In this post, I dive into the d...

Long Live the C: Frequently Asked Questions

18 minute read

There are two issues – buffer overflow and integer overflow – in the following two functions. Can you identify the lines responsible for these problems?”

Back to Top ↑

2022

Profile ProcessQueue Class

8 minute read

It evaluates the performance of the ProcessQueue implementation from the previous post in terms of memory usage and CPU runtime.

Back to Top ↑