Rose Colored XEyes
Home   About   Posts   Software  

Posts

Voxelization

Apr 21, 2025

During my work on my thesis, I have needed a way to detect edges in a point cloud. The classic way to find edges is with a Hough transform. In a point cloud, that quite work. The next point is an arbitrary distance away that we can’t know a priori. To solve both of these, we need to regularize the spacing. This is called “voxelization,” a portmanteau of “volume” and “pixel.” For this case, I was working with a three dimensional cloud onto a two dimensional space first, which luckily makes this process a bit simpler.

Trying out RCS Version Control

Mar 15, 2025

For managing my thesis documents, git was not quite the right solution. I didn't need the fancy distributed development features, since (sadly) nobody was interesting in contributing paragraph commits. What I did need was the easiest way to save revisions of my writing and view old versions


  • Jarrett Bolander
    • t2siaute@endor.cyou
    • kratss
    • RSS

Blog about robots and Linux. If you enjoyed something from here, send me an email. There's no fancy analytics here, so that's the only way I find out if people are finding value from this

rose colored xeyes by jarrett bolander is licensed under cc by-sa 4.0
This license means you're welcome to copy from my posts so long as you credit me and share your new post under the same rules