Robert Turner, “Image Processing with Python” maintainers
August, 2022
Thanks to CarpentryCon 2022 for having this session, thank you for coming.
Pre-alpha–>Alpha–>Beta–>Stable
Lesson is a more “traditional” approach: easier to explain results, less data-intensive.
pwd
, ls
,
cd <subdirectory>
, and cd ..
, Run a
Python script from the command line.if
,
else
, etc.), basic file input / outputImage with pixel values overlaid
RGB Image |
Red channel |
Green channel |
Blue channel |
skimage
(Scikit Image)
numpy
friendly
formats)skimage.transform.resize
)numpy
> x
)
Plant Seedling |
Histogram |
Not Blurred |
Blurred |
Blurred Grayscale |
Threshold Applied |
Labelled Shapes
Areas Histogram |
False Positive Objects |