Real-Time Eddy Visualisation and Analysis.
NASA Visualisation Studio
This project does visualization of eddies present in red sea and finds interesting statistics to study behavior of eddies.
whirlpools
are much more frequent than what had been previously thought, profoundly affecting the social and economic lives of people living in the surrounding countries.Red Sea - Google Maps
- This is a course project of Graphics and Visualization course.
- Problem statement for this project is taken from IEEE SciVis Contest 2020
- This project solves Eddy Visualization in 3D
and Interesting Eddy statistics
tasks of contest. It tracks eddies over multiple time intervals and derive important statistics like births/deaths or path of eddies.
—————————————————————
## Contributors:
- @Kadam-Tushar
- @TanayNarshana
—————————————————————
## Red Sea Dataset:
Ensembled data of red sea is provided on contest webpage.
—————————————————————
## Visualisations Softwares / Dependencies :
- Inviwo - Open Source Scientific Visualization tool.
- Matlab
for fast Data processing.
- Visualization libraries like py-plot
,networkx
.
- Data processing libraries in matlab/python like pandas.
- OpenCV
for Image Processing.
## Brief Explanation of our Approach:
Note : To view images in high resolutionn goto img/Outputs
- Detected meso-scale eddies using Okuba-weiss parameter from velocity field
in dataset.
3D Eddy Visualisations
false postitive
eddies using Gemotrical constraints mentioned in this paper.Surface Level Meso-scale Eddies
Bredth First Search
algorithm on detected eddy centers from above step over 3D region till threshhold value of Okuba-weiss parameter is reached.Inviwo
tool.Green : Eddies.
Pink : Sea Bed from Bathy metry data.
3D Eddy Visualisations with Bathymetry Data at Timestep 15
Eddy Count over 7 ensembles
stream-line-plots
over same regions:Streamlines and eddy detection on same graph
SURF
feature to identify same eddies over different time interval:SURF from matlab
Image Processing
to track eddies between images of surface eddies.Eddy Detection from images and their centroids
Contour Detection
.For each detected objects we can assign features like centroid of eddy, shape of contours, area of contours, After that we can search for eddies with same features in next few timesteps.Eddy Life Graph
Eddy Births