Locate the LUNA-25, 2023 Russian Lander, by comparing Pre and Post-Landing Lunar images.
Give the [row,col] of the approximate center of the lander. The images are cropped/aligned to +/- 1 pixel at center.
[RUr,RUc]=LunarLander(Base,PostLanding)
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers5
Suggested Problems
-
Return the 3n+1 sequence for n
8491 Solvers
-
Determine Whether an array is empty
811 Solvers
-
Getting the absolute index from a matrix
255 Solvers
-
Remove the two elements next to NaN value
703 Solvers
-
46 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Operator error. assert(valid) vs development assert(1).
The real fun is solving a RobustFit registration of regions where second region may have clustered deviation.
Figured as much! And I tried doing a proper solution too, but the images don't actually align perfectly, so naive attempts (say, taking the squared deviations and convolving with some mask to consider regions rather than individual pixels) don't work so well.