From 81c0feedebb604e423c76cd0fbeb509e581b0b78 Mon Sep 17 00:00:00 2001 From: Donald Cummins <48514725+donaldcummins@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:02:29 +0000 Subject: [PATCH] Update subtitle of Image Segmentation blurb --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 1dc3b61..3f93090 100644 --- a/index.md +++ b/index.md @@ -49,7 +49,7 @@ These examples are based on work from the following two papers: # Image Segmentation -### [Image Segmentation](https://github.com/cemac/LIFD_ImageSegmentation) +### [Identifying and Characterising Trapped Lee Waves](https://github.com/cemac/LIFD_ImageSegmentation) Image segmentation models are designed to tackle the problem of partitioning an image into meaningful segments or regions, each corresponding to different objects or parts of objects within the image. This process is crucial in various applications such as medical imaging, where it helps in identifying and isolating different anatomical structures (e.g. organs or tumours), or in autonomous driving, where it can aid in recognising and distinguishing between pedestrians, vehicles, and road signs. More recently, segmentation models are being applied to weather and climate forecasting applications, where their ability to identify structures in image data makes them ideally suited.