From 6b9a820aba5270fca811cdd4a68efe21ea7c899f Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Fri, 21 Nov 2025 21:56:33 -0800 Subject: [PATCH 1/2] DOC: Update two reference links in X-ray image processing --- content/tutorial-x-ray-image-processing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorial-x-ray-image-processing.md b/content/tutorial-x-ray-image-processing.md index 9e00ea6c..649c65be 100644 --- a/content/tutorial-x-ray-image-processing.md +++ b/content/tutorial-x-ray-image-processing.md @@ -523,6 +523,6 @@ simply edge detection, you may find the following material useful: - [Object detection with Raspberry Pi and Python](https://makersportal.com/blog/2019/4/23/image-processing-with-raspberry-pi-and-python-part-ii-spatial-statistics-and-correlations) (Maker Portal) - [X-ray data preparation and segmentation](https://www.kaggle.com/eduardomineo/u-net-lung-segmentation-montgomery-shenzhen) with deep learning (a Kaggle-hosted Jupyter notebook) - [Image filtering](https://www.cs.cornell.edu/courses/cs6670/2011sp/lectures/lec02_filter.pdf) (lecture slides, CS6670: Computer Vision, Cornell University) -- [Edge detection in Python](https://towardsdatascience.com/edge-detection-in-python-a3c263a13e03) and NumPy (Towards Data Science) -- [Edge detection](https://datacarpentry.org/image-processing/08-edge-detection/) with Scikit-Image (Data Carpentry) +- [Edge detection in Python](https://medium.com/data-science/edge-detection-in-python-a3c263a13e03) and NumPy (Towards Data Science) +- [Edge detection](https://datacarpentry.github.io/image-processing/edge-detection.html) with Scikit-Image (Data Carpentry) - [Image gradients and gradient filtering](https://www.cs.cmu.edu/~16385/s17/Slides/4.0_Image_Gradients_and_Gradient_Filtering.pdf) (lecture slides, 16-385 Computer Vision, Carnegie Mellon University) From 00d9a057c8e52dfd87c2c79e29c35b0ed93d81d9 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Fri, 21 Nov 2025 22:01:24 -0800 Subject: [PATCH 2/2] DOC: Towards Data Science -> Medium --- content/tutorial-x-ray-image-processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial-x-ray-image-processing.md b/content/tutorial-x-ray-image-processing.md index 649c65be..20899bf3 100644 --- a/content/tutorial-x-ray-image-processing.md +++ b/content/tutorial-x-ray-image-processing.md @@ -523,6 +523,6 @@ simply edge detection, you may find the following material useful: - [Object detection with Raspberry Pi and Python](https://makersportal.com/blog/2019/4/23/image-processing-with-raspberry-pi-and-python-part-ii-spatial-statistics-and-correlations) (Maker Portal) - [X-ray data preparation and segmentation](https://www.kaggle.com/eduardomineo/u-net-lung-segmentation-montgomery-shenzhen) with deep learning (a Kaggle-hosted Jupyter notebook) - [Image filtering](https://www.cs.cornell.edu/courses/cs6670/2011sp/lectures/lec02_filter.pdf) (lecture slides, CS6670: Computer Vision, Cornell University) -- [Edge detection in Python](https://medium.com/data-science/edge-detection-in-python-a3c263a13e03) and NumPy (Towards Data Science) +- [Edge detection in Python](https://medium.com/data-science/edge-detection-in-python-a3c263a13e03) and NumPy (Medium) - [Edge detection](https://datacarpentry.github.io/image-processing/edge-detection.html) with Scikit-Image (Data Carpentry) - [Image gradients and gradient filtering](https://www.cs.cmu.edu/~16385/s17/Slides/4.0_Image_Gradients_and_Gradient_Filtering.pdf) (lecture slides, 16-385 Computer Vision, Carnegie Mellon University)