rodosingh /
DIP-IIITH
Jupyter-Notebooks for Image Processing done as a part for requirement of the course "Digital Image Processing" (course-code: CSE 478) @ IIITH.
51/100 healthLoading repository data…
CarlosPena00 / repository
Digital image processing hands on with OpenCV and Python
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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)
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
Selected from shared topics, language and repository description—not editorial ratings.
rodosingh /
Jupyter-Notebooks for Image Processing done as a part for requirement of the course "Digital Image Processing" (course-code: CSE 478) @ IIITH.
51/100 healthNicholasDominic /
Gradual Steps of Digital Image Processing (+ Computer Vision). Programming Language: Python 3.7 with IDE: Jupyter Notebook
31/100 healthelymeraj /
Computer Vision projects in Jupyter Notebooks covering digital image processing, color spaces, histograms, convolution filters, morphology, segmentation, contour detection, Harris corners, Canny edges, and Hough transform
53/100 healthsend0moka /
🖼️ — UAS PCD is a final exam submission for Digital Image Processing (Pengolahan Citra Digital) course, containing Jupyter Notebook solutions for image processing problems.
53/100 healthlikithsaipyneni /
A Jupyter Notebook demonstrating key computer vision techniques using OpenCV, including image filtering, edge detection, and morphological operations. Ideal for learning and applying digital image processing basics in Python.
37/100 health