keilabcs / Digital-Image-Processing-Hands-On

Digital image processing hands on with OpenCV and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital-Image-Examples

Install

conda create -n pi python=3
conda activate pi
conda install -c conda-forge opencv matplotlib
conda install -c anaconda ipykernel jupyter
python -m ipykernel install --user --name pi --display-name "PI env"

pip install -r requirements.txt // toDo

jupyter notebook //(or jupyter lab)

View Notebook in nbviewer

CH01 CH02 CH05

Example

  • CH02

  • CH05

Scripts

python scripts/chapter02-color_quantization.py -i data/Lenna.png
python scripts/chapter02-noise_removal.py -i data/Lenna.png
python scripts/chapter05-adaptive_median_filter.py -i data/Lenna.png

About

Digital image processing hands on with OpenCV and Python


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%