From 4e488a0b161a503de678bf0e47062984e8060785 Mon Sep 17 00:00:00 2001 From: Ali Saleem <86358454+CyberWarrior5466@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:45:58 +0000 Subject: [PATCH] Update old URL --- .../js_imgproc/js_watershed/js_watershed.markdown | 2 +- .../py_imgproc/py_watershed/py_watershed.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/js_tutorials/js_imgproc/js_watershed/js_watershed.markdown b/doc/js_tutorials/js_imgproc/js_watershed/js_watershed.markdown index 1554744052..59421dd24a 100644 --- a/doc/js_tutorials/js_imgproc/js_watershed/js_watershed.markdown +++ b/doc/js_tutorials/js_imgproc/js_watershed/js_watershed.markdown @@ -17,7 +17,7 @@ nearby, water from different valleys, obviously with different colors will start that, you build barriers in the locations where water merges. You continue the work of filling water and building barriers until all the peaks are under water. Then the barriers you created gives you the segmentation result. This is the "philosophy" behind the watershed. You can visit the [CMM -webpage on watershed](http://cmm.ensmp.fr/~beucher/wtshed.html) to understand it with the help of +webpage on watershed](https://people.cmm.minesparis.psl.eu/users/beucher/wtshed.html) to understand it with the help of some animations. But this approach gives you oversegmented result due to noise or any other irregularities in the diff --git a/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown b/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown index 9536bf3e30..63410095e6 100644 --- a/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown +++ b/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown @@ -18,7 +18,7 @@ nearby, water from different valleys, obviously with different colors will start that, you build barriers in the locations where water merges. You continue the work of filling water and building barriers until all the peaks are under water. Then the barriers you created gives you the segmentation result. This is the "philosophy" behind the watershed. You can visit the [CMM -webpage on watershed](http://cmm.ensmp.fr/~beucher/wtshed.html) to understand it with the help of +webpage on watershed](https://people.cmm.minesparis.psl.eu/users/beucher/wtshed.html) to understand it with the help of some animations. But this approach gives you oversegmented result due to noise or any other irregularities in the @@ -140,7 +140,7 @@ some, they are not. Additional Resources -------------------- --# CMM page on [Watershed Transformation](http://cmm.ensmp.fr/~beucher/wtshed.html) +-# CMM page on [Watershed Transformation](https://people.cmm.minesparis.psl.eu/users/beucher/wtshed.html) Exercises ---------