From 09757dee393950feeea481f39ed634ce5b504e5f Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Wed, 20 Jul 2022 23:07:11 -0400 Subject: [PATCH] * Added note concerning "Image Processing" Carpentries lesson. --- graphics/20220612.Image-processing-lessons.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 graphics/20220612.Image-processing-lessons.md diff --git a/graphics/20220612.Image-processing-lessons.md b/graphics/20220612.Image-processing-lessons.md new file mode 100644 index 0000000..9c94954 --- /dev/null +++ b/graphics/20220612.Image-processing-lessons.md @@ -0,0 +1,22 @@ +Lessons on Image Processing +=========================== + + +"Image Processing with Python" +https://datacarpentry.org/image-processing/ + +A Data Carpentry lesson. + +About the lesson: + +> "This lesson shows how to use Python and skimage to do basic image + processing." + +> "With this lesson, we aim to provide a thorough grounding in the + fundamental concepts and skills of working with image data in + Python. Most of the examples used in this lesson focus on one + particular class of image processing technique, morphometrics, but + what you will learn can be used to solve a much wider range of + problems." + +