Introduction If you ever worked on a project involving 3D rotations, you are probably familiar with the Rodrigues transformation that lets you convert between the axis-angle and the \(3\times3\) matrix …
Blog Posts
Recently, I have been working on a problem of contour detection in images. Naturally, I started with the Canny edge detection algorithm to get an edge map, hoping to fit …