SlideShare a Scribd company logo
1 of 24
Download to read offline
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
SnowWatch
Complementing Snow Cover Estimation
with Analysis of Web Public Images
Roman Fedorov: roman.fedorov@polimi.it
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Introduction
Complementing Snow Cover Estimation with Analysis of Web Public Images 2
• Challenge: transform public images
depicting mountain slopes into virtual
snow measurement stations.
• Measurements complement existing
ground and satellite sensor data
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
UGC
3
Media User Generated Content (UGC) publicly
available on the Web is reaching unprecedented size
nowadays:
• Facebook ~ 350 MM daily photo uploads
• Flickr ~ 8.000 MM photographs with 3.5 MM daily
uploads
• Panoramio reached ~ 75 MM geo-tagged photograph
It contains an enormous amount of latent implicit
knowledge, the challenge is to extract it.
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Project
4
SnowWatch aims at:
• improving snow analysis and water management
through the acquisition and analysis of public media
content depicting alpine mountains
• Creating alpine snow media dataset with open
contribution of new media and access to processed
media and its results for any environmental
researchers
The project aims to design, implement and test a new approach to
homeland security that combines the traditional measures of the Public
Administration with the use of social networks as tools for monitoring and
warning the population.
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Content Providers
SnowWatch Engine
SnowWatch Architecture
User Photos
5
Flickr Photos
Content
Consumers
Webcams
API Media Storage
Get Image Orientation,
Identify Mountain Peaks
Get Image Snow Pixel-
level classification
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Flickr Photographs Crawling
6
Does an image contain a
clear a mountain slope view?
- Heavily depends on the
photograph shooting point altitude
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Flickr Crawling Implementation
7
SVM Image Content-based Classifier:
Bag of Visual Words / Fisher Vector
SIFT/SSIM/GIST/HOG2x2 Descriptors
Spatial Histogram, Vertical Bands
Manually annotated 1658 samples (~70%) for training and
validation and 710 samples (~30%) for testing.
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Webcam Images Aggregation
8
Identified ~2.000 webcams depicting mountains in Alpine
regions.
Each webcam produces an image every 1’ – 15’.
• 67% of the images are not suitable due to bad weather
• More than 50.000 images and 6 GB of data acquired daily
Through the extraction of the edges we can compute the percentage of the
skyline clearly visible, and discard all images with visibility lower than a certain
threshold, obtaining the following ROC curve varying the threshold:
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Webcam Images Aggregation
9
Remaining small moving obstacles (such as low clouds,
persons, vehicles) and varying illumination conditions are
managed through the median aggregation of all daily images
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Peak Identification
10
An orientation of a geo-tagged photograph is
needed.
Given a Digital Elevation Model (a 3D terrain
model) we can simulate the terrain
silhouettes that should be seen from the
photographer point of view.
Steps
Panorama
Scale
Edges
Filter
Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Panorama
11
Steps
Panorama
Scale
Edges
Filter
Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Scaling
12
Photo must be scaled properly, so the
mountains have the same pixel dimension on
the photograph and on the panorama.
This can be obtained by calculating the Field
Of View (FOV) of the photo:
Steps
Panorama
Scale
Edges
Filter
Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Edge Extraction
13
Steps
Panorama
Scale
Edges
Filter
Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Edge Filtering
14
Too many edges on the image that do not
belong to a terrain contour!
• Skyline detection algorithm is employed, and all the edge
pixels above the skyline are removed, being considered
obstacles or clouds.
• Weighting mechanism is applied, which assigns
decreasing weights to the edge pixels as the distance
from the skyline increases.
Steps
Panorama
Scale
Edges
Filter
Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Alignment
15
Find the best overlap maximizing the vector
cross correlation score:
Steps
Panorama
Scale
Edges
Filter
Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Peak Alignment
16
A global overlap between the photo and the
panorama is often not enough, a
neighborhood vector cross correlation
adjustment is applied to each identified
peak:
Steps
Panorama
Scale
Edges
Filter
Match
Local Match
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Photo Peak Identification
17
Fraction of photographs with orientation correctly identified
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Snow Pixels Classification
18
Classifying each pixel as snow covered/terrain is
much more than simply checking bright/dark pixels:
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Snow Pixels Classification
19
SnowGround GroundGroundSnow Snow Snow
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Snow Pixels Classification
20
Random Forest Classifier that considers pixel
and pixel neighbors color, global and local
intensity of the image.
Trained on 59 manually
labeled images
(~ 7 Million pixels),
outperform current
methods:
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Environmental Impact Evaluation
21
Environmental consistency evaluation of
extracted snow cover indexes.
No direct ground truth, how do we
evaluate it?
Practical utility w.r.t. an environmental
model
Use case: Como Lake water management
Flooding vs Irrigation trend, what is the
best solution?
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
SnowWatch 2°°°° year
22
If the physical snow estimations provided
by ARPA (Italian EPA) are not available,
Adding Virtual Snow Measures improves
the performance by ~100%!
Complementing Snow Cover Estimation with Analysis of Web Public Images
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
SnowWatch 2°°°° year
Roman Fedorov: roman.fedorov@polimi.it 23
With some irrigation <-> flooding target
solutions, using SnowWatch virtual
measurements is even better than using
ARPA snow estimation!
DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA
Current and Future Work
24
Current:
• MountainWatch: real time augmented reality mobile
application
• Expand tests on environmental impact
Future:
• Expand area of interest and content providers
• Orthophotos and new snow indexes
SnowWatch: Estimating Snow Cover from Publicly Available Images

More Related Content

What's hot

How to get bankable meteo data
How to get bankable meteo dataHow to get bankable meteo data
How to get bankable meteo dataSolar Reference
 
Processing of satellite_image_using_digi
Processing of satellite_image_using_digiProcessing of satellite_image_using_digi
Processing of satellite_image_using_digiShanmuga Sundaram
 
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET Journal
 
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)IrSOLaV Pomares
 
Wireless sensor network system for inclination measurement using spirit level
Wireless sensor network system for inclination measurement using spirit levelWireless sensor network system for inclination measurement using spirit level
Wireless sensor network system for inclination measurement using spirit levelIJMER
 
Future guidelines on solar forecasting the research view - David Pozo (Univer...
Future guidelines on solar forecasting the research view - David Pozo (Univer...Future guidelines on solar forecasting the research view - David Pozo (Univer...
Future guidelines on solar forecasting the research view - David Pozo (Univer...IrSOLaV Pomares
 
Forecasting commercial services from S2M - Juan Liria (Sun2Market)
Forecasting commercial services from S2M - Juan Liria (Sun2Market)Forecasting commercial services from S2M - Juan Liria (Sun2Market)
Forecasting commercial services from S2M - Juan Liria (Sun2Market)IrSOLaV Pomares
 
Satellite image Processing Seminar Report
Satellite image Processing Seminar ReportSatellite image Processing Seminar Report
Satellite image Processing Seminar Reportalok ray
 
Fusion of Multi-MAV Data
Fusion of Multi-MAV DataFusion of Multi-MAV Data
Fusion of Multi-MAV DataDariolakis
 
The Next Network: Lighting, Controls, and the Internet of Things
The Next Network: Lighting, Controls, and the Internet of ThingsThe Next Network: Lighting, Controls, and the Internet of Things
The Next Network: Lighting, Controls, and the Internet of ThingsSUDHAKARA RAO PARVATANENI
 
AAPG GTW 2017: Deep Water and Shelf Reservoirs
AAPG GTW 2017: Deep Water and Shelf ReservoirsAAPG GTW 2017: Deep Water and Shelf Reservoirs
AAPG GTW 2017: Deep Water and Shelf ReservoirsDustin Dewett
 

What's hot (20)

How to get bankable meteo data
How to get bankable meteo dataHow to get bankable meteo data
How to get bankable meteo data
 
43 hendrik holst_modelling_of_the_expected_yearly_power_yield_on_building_fac...
43 hendrik holst_modelling_of_the_expected_yearly_power_yield_on_building_fac...43 hendrik holst_modelling_of_the_expected_yearly_power_yield_on_building_fac...
43 hendrik holst_modelling_of_the_expected_yearly_power_yield_on_building_fac...
 
Processing of satellite_image_using_digi
Processing of satellite_image_using_digiProcessing of satellite_image_using_digi
Processing of satellite_image_using_digi
 
33 freeman modelling_energy_losses_due_to_snow_on_pv_systems
33 freeman modelling_energy_losses_due_to_snow_on_pv_systems33 freeman modelling_energy_losses_due_to_snow_on_pv_systems
33 freeman modelling_energy_losses_due_to_snow_on_pv_systems
 
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
 
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
 
Wireless sensor network system for inclination measurement using spirit level
Wireless sensor network system for inclination measurement using spirit levelWireless sensor network system for inclination measurement using spirit level
Wireless sensor network system for inclination measurement using spirit level
 
Short-term solar forecasting based on sky images
Short-term solar forecasting based on sky imagesShort-term solar forecasting based on sky images
Short-term solar forecasting based on sky images
 
Future guidelines on solar forecasting the research view - David Pozo (Univer...
Future guidelines on solar forecasting the research view - David Pozo (Univer...Future guidelines on solar forecasting the research view - David Pozo (Univer...
Future guidelines on solar forecasting the research view - David Pozo (Univer...
 
11 schroedter homscheidt_satellite_and_camera
11 schroedter homscheidt_satellite_and_camera11 schroedter homscheidt_satellite_and_camera
11 schroedter homscheidt_satellite_and_camera
 
183-192_vdMerwe
183-192_vdMerwe183-192_vdMerwe
183-192_vdMerwe
 
15 sengupta next_generation_satellite_modelling
15 sengupta next_generation_satellite_modelling15 sengupta next_generation_satellite_modelling
15 sengupta next_generation_satellite_modelling
 
Forecasting commercial services from S2M - Juan Liria (Sun2Market)
Forecasting commercial services from S2M - Juan Liria (Sun2Market)Forecasting commercial services from S2M - Juan Liria (Sun2Market)
Forecasting commercial services from S2M - Juan Liria (Sun2Market)
 
31 werner herrmann_impact_of_soiling
31 werner herrmann_impact_of_soiling31 werner herrmann_impact_of_soiling
31 werner herrmann_impact_of_soiling
 
19 winter towards_an_energy-based_parameter_for_photovoltaic_classification
19 winter towards_an_energy-based_parameter_for_photovoltaic_classification19 winter towards_an_energy-based_parameter_for_photovoltaic_classification
19 winter towards_an_energy-based_parameter_for_photovoltaic_classification
 
Satellite image Processing Seminar Report
Satellite image Processing Seminar ReportSatellite image Processing Seminar Report
Satellite image Processing Seminar Report
 
Fusion of Multi-MAV Data
Fusion of Multi-MAV DataFusion of Multi-MAV Data
Fusion of Multi-MAV Data
 
The Next Network: Lighting, Controls, and the Internet of Things
The Next Network: Lighting, Controls, and the Internet of ThingsThe Next Network: Lighting, Controls, and the Internet of Things
The Next Network: Lighting, Controls, and the Internet of Things
 
AAPG GTW 2017: Deep Water and Shelf Reservoirs
AAPG GTW 2017: Deep Water and Shelf ReservoirsAAPG GTW 2017: Deep Water and Shelf Reservoirs
AAPG GTW 2017: Deep Water and Shelf Reservoirs
 
Soiling Losses
Soiling LossesSoiling Losses
Soiling Losses
 

Viewers also liked

Presentazione Portfolio Global
Presentazione Portfolio GlobalPresentazione Portfolio Global
Presentazione Portfolio GlobalGiuseppe Tommasone
 
Agneesh Prosad Ray - Brand Portfolio
Agneesh Prosad Ray - Brand PortfolioAgneesh Prosad Ray - Brand Portfolio
Agneesh Prosad Ray - Brand PortfolioAgneesh Prosad Ray
 
eWingslab Marketing Plan 2015 (CHI) M'sia
eWingslab Marketing Plan 2015 (CHI) M'siaeWingslab Marketing Plan 2015 (CHI) M'sia
eWingslab Marketing Plan 2015 (CHI) M'siaWingslab
 
2011合歡星空
2011合歡星空2011合歡星空
2011合歡星空lys167
 
Happy Fathers Day 2016 Text Messages and Wishes
Happy Fathers Day 2016 Text Messages and WishesHappy Fathers Day 2016 Text Messages and Wishes
Happy Fathers Day 2016 Text Messages and WishesBest Message
 
Derechos y garantías constitucionales. yulirma rea.
Derechos y garantías constitucionales. yulirma rea.Derechos y garantías constitucionales. yulirma rea.
Derechos y garantías constitucionales. yulirma rea.Ijauris Rea
 
WTM69_do_internet_dream_of_web
WTM69_do_internet_dream_of_webWTM69_do_internet_dream_of_web
WTM69_do_internet_dream_of_webMasanori Oobayashi
 
Internal Parasite Management in Pasture-Based Sheep
Internal Parasite Management in Pasture-Based SheepInternal Parasite Management in Pasture-Based Sheep
Internal Parasite Management in Pasture-Based SheepLaura DeYoung
 
Deque with Haskel
Deque with HaskelDeque with Haskel
Deque with HaskelKen Ogura
 

Viewers also liked (12)

Why book with safari destinations
Why book with safari destinationsWhy book with safari destinations
Why book with safari destinations
 
Presentazione Portfolio Global
Presentazione Portfolio GlobalPresentazione Portfolio Global
Presentazione Portfolio Global
 
Agneesh Prosad Ray - Brand Portfolio
Agneesh Prosad Ray - Brand PortfolioAgneesh Prosad Ray - Brand Portfolio
Agneesh Prosad Ray - Brand Portfolio
 
eWingslab Marketing Plan 2015 (CHI) M'sia
eWingslab Marketing Plan 2015 (CHI) M'siaeWingslab Marketing Plan 2015 (CHI) M'sia
eWingslab Marketing Plan 2015 (CHI) M'sia
 
2011合歡星空
2011合歡星空2011合歡星空
2011合歡星空
 
оцінюв. бюлетня
оцінюв. бюлетняоцінюв. бюлетня
оцінюв. бюлетня
 
Happy Fathers Day 2016 Text Messages and Wishes
Happy Fathers Day 2016 Text Messages and WishesHappy Fathers Day 2016 Text Messages and Wishes
Happy Fathers Day 2016 Text Messages and Wishes
 
Rafiq-CV
Rafiq-CVRafiq-CV
Rafiq-CV
 
Derechos y garantías constitucionales. yulirma rea.
Derechos y garantías constitucionales. yulirma rea.Derechos y garantías constitucionales. yulirma rea.
Derechos y garantías constitucionales. yulirma rea.
 
WTM69_do_internet_dream_of_web
WTM69_do_internet_dream_of_webWTM69_do_internet_dream_of_web
WTM69_do_internet_dream_of_web
 
Internal Parasite Management in Pasture-Based Sheep
Internal Parasite Management in Pasture-Based SheepInternal Parasite Management in Pasture-Based Sheep
Internal Parasite Management in Pasture-Based Sheep
 
Deque with Haskel
Deque with HaskelDeque with Haskel
Deque with Haskel
 

Similar to "Complementing Snow Cover Estimation with Analysis of Web Public Images"

IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...IRJET Journal
 
Heterogeneous information integration for mountain augmented reality mobile apps
Heterogeneous information integration for mountain augmented reality mobile appsHeterogeneous information integration for mountain augmented reality mobile apps
Heterogeneous information integration for mountain augmented reality mobile appsDarian Frajberg
 
A Location-Based Virtual Reality Application for Mountain Peak Detection
A Location-Based Virtual Reality Application for Mountain Peak DetectionA Location-Based Virtual Reality Application for Mountain Peak Detection
A Location-Based Virtual Reality Application for Mountain Peak DetectionAntonio La Salandra
 
IRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET Journal
 
Ieee gold angiati
Ieee gold angiatiIeee gold angiati
Ieee gold angiatigrssieee
 
IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...
IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...
IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...IRJET Journal
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.pptgrssieee
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.pptgrssieee
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.pptgrssieee
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.pptgrssieee
 
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel MethodIRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel MethodIRJET Journal
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET Journal
 
A Review on Airlight Estimation Haze Removal Algorithms
A Review on Airlight Estimation Haze Removal AlgorithmsA Review on Airlight Estimation Haze Removal Algorithms
A Review on Airlight Estimation Haze Removal AlgorithmsIRJET Journal
 
Restoration of the video by removing rain streaks
Restoration of the video by removing rain streaksRestoration of the video by removing rain streaks
Restoration of the video by removing rain streaksIRJET Journal
 
High Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization AlgorithmHigh Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization AlgorithmIRJET Journal
 
Panorama Shooting and Hosting Platform for Nature Monitoring
Panorama Shooting and Hosting Platform for Nature MonitoringPanorama Shooting and Hosting Platform for Nature Monitoring
Panorama Shooting and Hosting Platform for Nature MonitoringSoko Aoki
 
Rapid Laser Scanning the process
Rapid Laser Scanning the processRapid Laser Scanning the process
Rapid Laser Scanning the processSeeview Solutions
 
Labview based automated car lighting
Labview based automated car lightingLabview based automated car lighting
Labview based automated car lightingramya c b
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systemsiskandaruz
 

Similar to "Complementing Snow Cover Estimation with Analysis of Web Public Images" (20)

IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
 
Heterogeneous information integration for mountain augmented reality mobile apps
Heterogeneous information integration for mountain augmented reality mobile appsHeterogeneous information integration for mountain augmented reality mobile apps
Heterogeneous information integration for mountain augmented reality mobile apps
 
A Location-Based Virtual Reality Application for Mountain Peak Detection
A Location-Based Virtual Reality Application for Mountain Peak DetectionA Location-Based Virtual Reality Application for Mountain Peak Detection
A Location-Based Virtual Reality Application for Mountain Peak Detection
 
IRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and MachineIRJET - Underwater Object Identification using Matlab and Machine
IRJET - Underwater Object Identification using Matlab and Machine
 
Ieee gold angiati
Ieee gold angiatiIeee gold angiati
Ieee gold angiati
 
IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...
IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...
IRJET- A Comparative Analysis of various Visibility Enhancement Techniques th...
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.ppt
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.ppt
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.ppt
 
FV_IGARSS11.ppt
FV_IGARSS11.pptFV_IGARSS11.ppt
FV_IGARSS11.ppt
 
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel MethodIRJET -  	  Dehazing of Single Nighttime Haze Image using Superpixel Method
IRJET - Dehazing of Single Nighttime Haze Image using Superpixel Method
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
 
A Review on Airlight Estimation Haze Removal Algorithms
A Review on Airlight Estimation Haze Removal AlgorithmsA Review on Airlight Estimation Haze Removal Algorithms
A Review on Airlight Estimation Haze Removal Algorithms
 
03 solargis uncertainty_albuquerque_pvp_mws_2017-05_final
03 solargis uncertainty_albuquerque_pvp_mws_2017-05_final03 solargis uncertainty_albuquerque_pvp_mws_2017-05_final
03 solargis uncertainty_albuquerque_pvp_mws_2017-05_final
 
Restoration of the video by removing rain streaks
Restoration of the video by removing rain streaksRestoration of the video by removing rain streaks
Restoration of the video by removing rain streaks
 
High Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization AlgorithmHigh Efficiency Haze Removal Using Contextual Regularization Algorithm
High Efficiency Haze Removal Using Contextual Regularization Algorithm
 
Panorama Shooting and Hosting Platform for Nature Monitoring
Panorama Shooting and Hosting Platform for Nature MonitoringPanorama Shooting and Hosting Platform for Nature Monitoring
Panorama Shooting and Hosting Platform for Nature Monitoring
 
Rapid Laser Scanning the process
Rapid Laser Scanning the processRapid Laser Scanning the process
Rapid Laser Scanning the process
 
Labview based automated car lighting
Labview based automated car lightingLabview based automated car lighting
Labview based automated car lighting
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systems
 

Recently uploaded

WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxAnnaArtyushina1
 

Recently uploaded (20)

WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 

"Complementing Snow Cover Estimation with Analysis of Web Public Images"

  • 1. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA SnowWatch Complementing Snow Cover Estimation with Analysis of Web Public Images Roman Fedorov: roman.fedorov@polimi.it
  • 2. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Introduction Complementing Snow Cover Estimation with Analysis of Web Public Images 2 • Challenge: transform public images depicting mountain slopes into virtual snow measurement stations. • Measurements complement existing ground and satellite sensor data
  • 3. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA UGC 3 Media User Generated Content (UGC) publicly available on the Web is reaching unprecedented size nowadays: • Facebook ~ 350 MM daily photo uploads • Flickr ~ 8.000 MM photographs with 3.5 MM daily uploads • Panoramio reached ~ 75 MM geo-tagged photograph It contains an enormous amount of latent implicit knowledge, the challenge is to extract it. Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 4. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Project 4 SnowWatch aims at: • improving snow analysis and water management through the acquisition and analysis of public media content depicting alpine mountains • Creating alpine snow media dataset with open contribution of new media and access to processed media and its results for any environmental researchers The project aims to design, implement and test a new approach to homeland security that combines the traditional measures of the Public Administration with the use of social networks as tools for monitoring and warning the population. Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 5. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Content Providers SnowWatch Engine SnowWatch Architecture User Photos 5 Flickr Photos Content Consumers Webcams API Media Storage Get Image Orientation, Identify Mountain Peaks Get Image Snow Pixel- level classification Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 6. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Flickr Photographs Crawling 6 Does an image contain a clear a mountain slope view? - Heavily depends on the photograph shooting point altitude Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 7. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Flickr Crawling Implementation 7 SVM Image Content-based Classifier: Bag of Visual Words / Fisher Vector SIFT/SSIM/GIST/HOG2x2 Descriptors Spatial Histogram, Vertical Bands Manually annotated 1658 samples (~70%) for training and validation and 710 samples (~30%) for testing. Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 8. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Webcam Images Aggregation 8 Identified ~2.000 webcams depicting mountains in Alpine regions. Each webcam produces an image every 1’ – 15’. • 67% of the images are not suitable due to bad weather • More than 50.000 images and 6 GB of data acquired daily Through the extraction of the edges we can compute the percentage of the skyline clearly visible, and discard all images with visibility lower than a certain threshold, obtaining the following ROC curve varying the threshold: Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 9. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Webcam Images Aggregation 9 Remaining small moving obstacles (such as low clouds, persons, vehicles) and varying illumination conditions are managed through the median aggregation of all daily images Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 10. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Peak Identification 10 An orientation of a geo-tagged photograph is needed. Given a Digital Elevation Model (a 3D terrain model) we can simulate the terrain silhouettes that should be seen from the photographer point of view. Steps Panorama Scale Edges Filter Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 11. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Panorama 11 Steps Panorama Scale Edges Filter Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 12. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Scaling 12 Photo must be scaled properly, so the mountains have the same pixel dimension on the photograph and on the panorama. This can be obtained by calculating the Field Of View (FOV) of the photo: Steps Panorama Scale Edges Filter Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 13. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Edge Extraction 13 Steps Panorama Scale Edges Filter Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 14. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Edge Filtering 14 Too many edges on the image that do not belong to a terrain contour! • Skyline detection algorithm is employed, and all the edge pixels above the skyline are removed, being considered obstacles or clouds. • Weighting mechanism is applied, which assigns decreasing weights to the edge pixels as the distance from the skyline increases. Steps Panorama Scale Edges Filter Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 15. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Alignment 15 Find the best overlap maximizing the vector cross correlation score: Steps Panorama Scale Edges Filter Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 16. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Peak Alignment 16 A global overlap between the photo and the panorama is often not enough, a neighborhood vector cross correlation adjustment is applied to each identified peak: Steps Panorama Scale Edges Filter Match Local Match Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 17. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Photo Peak Identification 17 Fraction of photographs with orientation correctly identified Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 18. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Snow Pixels Classification 18 Classifying each pixel as snow covered/terrain is much more than simply checking bright/dark pixels: Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 19. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Snow Pixels Classification 19 SnowGround GroundGroundSnow Snow Snow Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 20. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Snow Pixels Classification 20 Random Forest Classifier that considers pixel and pixel neighbors color, global and local intensity of the image. Trained on 59 manually labeled images (~ 7 Million pixels), outperform current methods: Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 21. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Environmental Impact Evaluation 21 Environmental consistency evaluation of extracted snow cover indexes. No direct ground truth, how do we evaluate it? Practical utility w.r.t. an environmental model Use case: Como Lake water management Flooding vs Irrigation trend, what is the best solution? Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 22. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA SnowWatch 2°°°° year 22 If the physical snow estimations provided by ARPA (Italian EPA) are not available, Adding Virtual Snow Measures improves the performance by ~100%! Complementing Snow Cover Estimation with Analysis of Web Public Images
  • 23. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA SnowWatch 2°°°° year Roman Fedorov: roman.fedorov@polimi.it 23 With some irrigation <-> flooding target solutions, using SnowWatch virtual measurements is even better than using ARPA snow estimation!
  • 24. DIPARTIMENTO DI ELETTRONICA, INFORMAZIONE E BIOINGEGNERIA Current and Future Work 24 Current: • MountainWatch: real time augmented reality mobile application • Expand tests on environmental impact Future: • Expand area of interest and content providers • Orthophotos and new snow indexes SnowWatch: Estimating Snow Cover from Publicly Available Images