Skip to main content

Posts

Memory Mapping Point Clouds using Z-order curves
·1451 words·7 mins
oftentimes the point clouds also come with additional data attached to each point making them resource intensive to work with. so I Looked for ways to optimize ways of loading, querying and storing the point clouds for easier processing.
Eigen values intuition
·782 words·4 mins
Deducing our way to finding the eigen values and what they do.
convolution, correlation and the dot product
·1895 words·9 mins
Ideas that bring the three mathematical operations together and more