Downloading Files from a HTTP Directory in Parallel using PythonDownloading files from a remote server can be a time-consuming task, especially when dealing with a large number of files. The most common…Jun 5, 2023Jun 5, 2023
“Buwa”: Memories of My GrandfatherIt was the first week of September, 2020, Buwa had to shave his head to mark the beginning of the Sohra Shraddha rituals in accordance to…Apr 19, 2023Apr 19, 2023
Open3D: How does volumetric integration work?Volumetric Integration is one of the well-known and established algorithms in surface reconstruction. The long-term success of this method…Jan 9, 2021Jan 9, 2021
Understanding the Dense Point-Cloud Generation (DensifyPointCloud) in OpenMVSOpen Multiple View Stereovision (OpenMVS) is one of the most prominent open-source projects that provides a pipeline for 3D reconstruction…Jun 3, 2020Jun 3, 2020
Planar and Spherical Projections of a Point CloudA point cloud is a collection of points in 3-dimensional coordinate space represented by x, y and z axes. These points may just form a…Apr 29, 20202Apr 29, 20202
Write a python binding, for your C++ code, using pybind11 libraryProgrammers have increasingly inclined towards using python for various complex applications over the years. The easy to understand code…Apr 1, 20201Apr 1, 20201