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
-
502 Solvers
-
17399 Solvers
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
Unique values without using UNIQUE function
446 Solvers
-
97 Solvers
More from this Author309
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.