\

Technique for Manipulating Satellite Photos Now Reveals Ancient Images (2025)

339 points - yesterday at 3:29 PM

Source
  • Waterluvian

    yesterday at 7:09 PM

    False colour composites were something I was introduced to in high school GIS and did a lot of in undergrad remote sensing. It was one of those Eureka! moments for me in terms of developing a better understanding of signals and signal processing, as well as sensors and data collection. Ie. absorbing the reality that the way in which my eyes (or any optical sensor) see the world is not canonical. Vegetation is red, not green!

    It was also just the COOLEST THING EVER to swap infrared bands in LANDSAT ETM+ imagery and watch vegetation immediately pop out at you. It's what turned this sort of dull (at least for a teenager) geoscience into a kind of puzzle where you have to figure out how to bring the signal up out of the data.

      • dylan604

        today at 12:02 AM

        > False colour composites were something I was introduced to in high school GIS

        As an old guy, this is something I'm jealous of in a positive way. I'm impressed that schools are offering this type of subject. My senior year was the first year to introduce a "computer science" class where I learned PASCAL on an Apple SE/30. The year after I graduated, the school created an actual computer lab. To be honest, I haven't even thought about looking to see what is available in schools today, but nice to hear something positive

          • Waterluvian

            today at 12:25 AM

            I want to share a bit about this becuase it is dear to me.

            My public high school was a "Geography / GIS magnet school" because some unnamed retired geography teacher donated a very large sum to make it happen. I was an underachieving student with no ambitions to go anywhere, doing just enough to pass. The geography program teacher pulled me aside and encouraged me to sign up for Grade 10 GIS the next year. It became my first academic passion and my entire life pivoted.

            I studied GIS/remote sensing every year. I participated in Skills Canada a few times, eventually going the full distance by winning gold at the regional and provincial levels. I was accepted to University for GIS/Remote Sensing. I earned a BES, defended a thesis, earned an MSc, won a national award for GIS, and got into remote sensing + robotics as a career, which I'm still doing ~15 years later.

            I don't think I have the words to really describe just how thankful I am for everything teachers and professors did along the way to support and encourage people like me.

              • dylan604

                today at 12:39 AM

                I had a math teacher do something similar. He recognized that I was avoiding things by hanging out in his classroom. He decided that if I was going to stay in a maths room, I "clearly wanted to learn more maths" so he taught me more maths. And I soaked up as much as I could and it set me on a path as well. I'm thankful I had 3 teachers that took time and provided me that little extra that lasts a lifetime

                  • z3t4

                    today at 7:23 AM

                    When I was a kid you would get yelled at or even outright banned from using a computer if they found out you where programming. I printed out programming code and read it at home like if it where magical runes.

            • koonsolo

              today at 8:41 AM

              My kids follow STEM here in Belgium, and there were multiple times when I thought "If only I could do those things when I was young".

              At 12 years old, they get an Arduino and start programming in C. Then over the years they do all kinds of interesting things with it: build a car with controlled acceleration, build a tiny house with all kinds of sensors and controllers, monitor algae breeding.

              When my son was 16, they brewed their own beer (Hey, it's Belgium and they can legally drink at 16 :D)

              Now in the final year, they can propose their own projects. I heard previous years did things like create their own windmill and analyse the efficiency, electric generators in rain drainpipe, etc.

          • SoftTalker

            yesterday at 9:01 PM

            And, insects see flowers (and each other) differently than we do, as they are senstive to different parts of the spectrum, specfically ultraviolet. They see patterns and markings that are not discernable to human eyes.

          • jacobolus

            yesterday at 7:29 PM

            It's really fun to play with black and white photography using various kinds of color filters and see how different you can get the same scene to appear.

            (Also fun to play with a polarizing filter.)

              • dylan604

                today at 12:11 AM

                in the same vein, most high-end astrophotography imagers use B&W CCD sensors. Instead of dividing the pixel count by the RGBG layout, you get the full sensor worth of pixels. Different filters are used and then recombined using false color merging. Also, high-end motion film scanners using B&W CCD sensors using RGB filters so that each frame of film is scanned 3 times.

            • ambicapter

              yesterday at 8:51 PM

              > Ie. absorbing the reality that the way in which my eyes (or any optical sensor) see the world is not canonical. Vegetation is red, not green!

              Pretty funny to figure out that your perspective wasn't objective reality and then immediately decide to canonicalize another arbitrary reality as the One True Reality.

          • macmac

            today at 9:45 AM

            >But it’s also due to the chance intersection of one man’s hobby with his unrelated professional and educational background.

            I wonder how many great inventions can be traced to this type of circumstances. I suspect more than we realize.

            • matja

              yesterday at 5:37 PM

              You can do something similar in GIMP:

              1) Colors > Components > Decompose > LAB

              2) For the layers of the A/B (chroma) channels, Colors > Levels > "Auto Input Levels" (maximize the contrast), and move the mid point to the median.

              3) Colors > Components > Compose > LAB

                • rf15

                  today at 6:18 AM

                  That is very clever, thank you. Didn't even consider that yes, the contrast of the A/B channels is also the spread across the colour spectrum. Shows how little I use LAB... thanks for the reminder.

                  • MisterTea

                    yesterday at 6:54 PM

                    Can you explain 2 a bit more? I see the Auto input levels but unsure what you mean by "move the midpoint to the median."

                    The result I got for the original mars image was a washed out red image with some yellow around the craters.

                      • zamadatix

                        yesterday at 7:15 PM

                        I interpreted that step as "once you click 'Auto Input Levels', drag the center triangle of the 3 at the bottom of the histogram to where you think the median of the histogram is". That middle slider defaults to being the midpoint of the other 2 sliders. I'm not sure if there is a smarter way to move it to the median beyond "looks about right".

                        I got this as a result https://i.imgur.com/RsXx3y2.jpeg and it certainly doesn't preserve the color of the rest of the image (there are probably more algorithmic steps needed for that) but it does seem to make highlight the same faint patterns much more clearly.

                          • MisterTea

                            yesterday at 7:27 PM

                            Thanks. I was able to get the same result as you did. Pretty neat trick.

                        • matja

                          yesterday at 7:11 PM

                          The levels tool maps a subset of the channel range to the full range, effectively changing the brightness and contrast in one step.

                          The center point controls the gamma correction, so you can map a biased distribution (mostly bright or dark for example) to be more evenly distributed.

                          That was the purpose of that step - move the midpoint slider to about where the peak in the histogram is, to get an evenly distributed range.

                          The low/high slider can be moved towards that to increase the contrast.

                          "Contrast" here will only apply to the A/B channels, which is the color information, so it's increasing the color contrast and unbiasing it, while keeping the luminance information.

                          Photoshop also can do the same transform, and interactively in the LAB colorspace (no need to combine/uncombine the channels first).

                            • MisterTea

                              yesterday at 7:24 PM

                              Thanks for the details but I realized I should have said "Pretend I just installed GIMP and my knowledge of image editing is MS paint."

                              This is what I was after: "move the midpoint slider to about where the peak in the histogram is, to get an evenly distributed range."

                              It kinda worked! Thank you and sorry for making you explain the gory details though they are appreciated and useful.

                      • tyrabound

                        today at 2:39 AM

                        Have you validated that it produces similar results?

                          • voidUpdate

                            today at 7:01 AM

                            I just checked it using one of the photos on that page. The final colours are not the same, but the contrast enhancing ability is comparable

                    • freetime2

                      today at 12:55 AM

                      My first thought reading this headline was "Really? Nobody thought of this until now?" But reading further, the Dstretch plugin has been around since 2005 or so. And presumably people have been using contrast enhancement, color manipulation, multispectral imaging, etc. to uncover hidden images long before that.

                      So not exactly "news" at this point. But still a pretty cool success story.

                      It almost feels like a feature that should be built into the default camera app. For anyone wanting to conduct their own forensic analysis to determine how thoroughly their hotel room has been cleaned, for example (although personally I'd probably rather not know).

                        • today at 6:01 AM

                      • rf15

                        today at 6:24 AM

                        I'm surprised this is getting so much coverage; This is well known from medical imagining and whatnot, that you take a black&white/limited gamut space and spread it to the full perceivable gamut.

                        • qurren

                          yesterday at 6:56 PM

                          I tried to look for hidden rock art at Ankgor Wat by imaging with multiple bandpass filters and amplifying cross-spectral differences. I didn't succeed, but maybe I was in the wrong place. The shit guards there also didn't like me using a tripod while I changed filters, so it was also hasty.

                            • blincoln

                              yesterday at 7:54 PM

                              If it makes you feel any better, I've also never had any luck finding hidden rock art, petroglyphs, or similar using multispectal bandpass filters or decorellation stretching.

                              I was super excited about DCS based on some of the recovered petroglyph photos online, and integrated it into some software I wrote years ago.[1] Still hoping I find something as interesting with it as the fellow mentioned in the article. It works, but I haven't had a "gosh, I never would have seen that without DCS!" moment.

                              [1] https://www.beneaththewaves.net/Photography/Decorrelation_St... / https://www.beneaththewaves.net/Software/The_Mirrors_Surface...

                              • wdutch

                                today at 4:10 AM

                                Sounds like they were the opposite of shit if they noticed someone setting up specialist equipment. I don't think any national monument in the world would be keen on people doing that without advanced permission.

                            • dylan604

                              yesterday at 5:05 PM

                              β€œNo one really knows why people made the rock art they made, at least in many cases,” Harman said

                              Well, it's obvious they really wanted to though. This isn't like marking on a wall with a Sharpie. They had to work at it to make it happen. The commitment alone is impressive even if it was just a "Grogg was here!"

                                • tyrabound

                                  today at 2:44 AM

                                  Decently intentional and deliberate in many if not most cases. There are examples of it in high up places along sheer cliff walls in Arizona that boggle the mind trying to figure out how they managed to accomplish it and at the scale they are, then there are cave paintings that are hundreds of meters deep inside narrow caves in Europe.

                                  It actually makes me wonder if this technique would produce any results in the notorious Erdstalls in Germany. I suspect not, but no one has any better ideas, so it might be worth checking.

                                  • Terr_

                                    yesterday at 6:44 PM

                                    https://smbc-comics.com/comic/rite-on

                                    > "No matter what you do, when we find something weird in ancient history we will decide it must've been part of a fertility rite."

                                • mlmonkey

                                  yesterday at 5:43 PM

                                  Is there an imagemagick implementation that I can just throw into the pipeline?

                                  • 1shooner

                                    yesterday at 7:06 PM

                                    DStretch is also really great at revealing painted ghost signs on old buildings.

                                    • BlackRabbit1

                                      today at 6:25 AM

                                      Very Cool! I have a lot of 40MPx RAW pictures from the almost unreadable historic written walls in Delphi, Greece.

                                      Let me test this with them.

                                      • HPsquared

                                        yesterday at 5:02 PM

                                        See also: Eulerian Video Magnification (EVM) to amplify subtle motions and colour changes:

                                        https://youtu.be/ONZcjs1Pjmk https://youtu.be/_qtzWNZApsw

                                          • roger_

                                            yesterday at 8:09 PM

                                            Always wanted to implement that on a phone, it would be like a superpower!

                                        • NDlurker

                                          yesterday at 4:44 PM

                                          Amazing. This will change how I take photos

                                            • Aboutplants

                                              yesterday at 5:24 PM

                                              Going to be taking a lot more pictures of rock faces!

                                                • NDlurker

                                                  yesterday at 6:20 PM

                                                  I want to try this on faded graffiti. I have a few spots in mind already.

                                          • tedecristal

                                            yesterday at 4:45 PM

                                            any repo or link where other people can try?

                                              • ortusdux

                                                yesterday at 4:49 PM

                                                Matlab - https://www.mathworks.com/help/images/enhance-color-separati...

                                                This paper might also be of interest - https://www.mdpi.com/2227-7390/13/20/3297

                                                "In this paper, we review the theory behind decorrelation stretch and propose some alternative algorithms that resolve the issues of the standard approach."

                                                • shannietron

                                                  yesterday at 7:07 PM

                                                  Had an llm build something quickly so I could play with it. https://shannietron.github.io/decorrelation_stretch/

                                                    • hackyhacky

                                                      yesterday at 11:26 PM

                                                      You the real MVP

                                                  • pimlottc

                                                    yesterday at 4:55 PM

                                                    The app is called DStretch, it's available for iOS and Android

                                                    https://dstretch.com/Apps/index.html

                                                      • Aboutplants

                                                        yesterday at 7:04 PM

                                                        Someone needs to vibecode some updated options

                                                          • mightysashiman

                                                            yesterday at 10:09 PM

                                                            That isn't 20 bucks. Seriously, this is crazy pricing for an app.

                                                              • tyrabound

                                                                today at 2:47 AM

                                                                Any would you not want to support someone who implanted this? You probably squander more than $20 on meaningless nonsense frequently, why not support him a bit?

                                                    • EQFitzgerald

                                                      today at 7:43 AM

                                                      This supports something similar (PCA color stretch)

                                                      https://meesoft.com/Analyzer/

                                                      • yread

                                                        today at 5:50 AM

                                                        There is also a 21 euro app https://play.google.com/store/apps/details?id=com.dstretch.a...

                                                        • ButlerianJihad

                                                          yesterday at 6:05 PM

                                                          "A contribution is mandatory before I will send the plugin. It may take me a few days to respond, have patience. Please note that the plugin is not an app. It has much more functionality than is possible in an app on a smartphone."

                                                          "The DStretch [mobile] app is a lightweight version of DStretch intended to give users the ability to enhance rock art in the field. It is not a substitute for the DStretch plugin which has much more functionality."

                                                      • pimlottc

                                                        yesterday at 4:58 PM

                                                        This is based off a NASA article, which has an expanded version with more details here:

                                                        https://spinoff.nasa.gov/Manipulating_Satellite_Photos_Now_R...

                                                      • xd1936

                                                        yesterday at 6:20 PM

                                                        [flagged]

                                                          • timschmidt

                                                            yesterday at 6:24 PM

                                                            Weather satellites have done more to increase crop yield than anything since the invention of artificial fertilizer and save more lives.

                                                        • cwmoore

                                                          yesterday at 5:01 PM

                                                          [flagged]