Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

My Image Processing Course Code

Notifications You must be signed in to change notification settings

reonokiy/exp-image-processing

Repository files navigation

Image Processing Course Code

TL;DR: This is a repository for the code of my Image Processing course.

How to use this repository

There are two tasks in this repository. Histogram equalization and image upsampling.

To run the code, you need to have Python environment installed(My Python version is 3.11.3). And you need to install the dependencies. You can install the dependencies by running the following command in the terminal:

# recommand using conda to install opencv
conda install -c conda-forge opencv==4.7.0
pip install -r requirements.txt

Then you can run the code by running the following command in the terminal:

python histogram_equalization.py
# or
python upsample.py

About

My Image Processing Course Code

Resources

Stars

Watchers

Forks

Languages