Reprojecting the Perseverance landing footage onto satellite imagery
matthewearl.github.io
Reprojecting the Perseverance landing footage onto satellite imagery
1–10 of 40 posts
Re: Reprojecting the Perseverance landing footage onto satellite imagery
#2It only reinforces that I really need to learn my matrix math.
Re: Reprojecting the Perseverance landing footage onto satellite imagery
#3Re: Reprojecting the Perseverance landing footage onto satellite imagery
#4Reminded me of the video tracking work these folks do: https://forensic-architecture.org/
Re: Reprojecting the Perseverance landing footage onto satellite imagery
#5I've done this kind of stuff through a point and click UI in GIS software. It's really cool seeing a lot of the underlying math and concepts laid out like this.
Re: Reprojecting the Perseverance landing footage onto satellite imagery
#6Re: Reprojecting the Perseverance landing footage onto satellite imagery
#7Thanks
Re: Reprojecting the Perseverance landing footage onto satellite imagery
#8The graph in the article can be seen as a factor graph. VSLAM systems usually have a (kind of bipartite) factor graph with vertices/variables that are either keyframes or ‘good’ features, with edges/factors between features and the frames that see them and between adjacent frames; each of these edges are the factors in the graph. This structure results in very large but sparse graphs, and there are factor graph optimization libraries that take advantage of this sparsity (e.g. g2o or GTSAM.) These libraries also use specialized optimization techniques for some of the nonlinear manifolds (e.g. SO(3)) that arise in SLAM problems.
Re: Reprojecting the Perseverance landing footage onto satellite imagery
#9I've done this kind of stuff through a point and click UI in GIS software. It's really cool seeing a lot of the underlying math and concepts laid out like this.
I'm curious - what did you do, in what software, and how?