In a digital photo, how can I detect if a mountain is obscured by clouds?

前端 未结 3 812
说谎
说谎 2021-01-31 09:39

The problem

I have a collection of digital photos of a mountain in Japan. However the mountain is often obscured by clouds or fog.

What techniqu

3条回答
  •  孤街浪徒
    2021-01-31 10:05

    I think you are working on too low a level. A quick pass through an edge detection filter partitioned the image set very distinctly into (1, 3) and (2, 4). Especially if these images come from a fixed camera viewpoint, finding a match against the prototypical shape in (1) would be relatively easy algorithmically. Even your case of (4) could give you a domain of partial matching which you could heuristically determine if there was enough mountain there to consider.

提交回复
热议问题