Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirhnajafiz-university/s6mm02
Midterm project of Multimedia Systems course.
https://github.com/amirhnajafiz-university/s6mm02
image-histogram image-processing image-systematizing python python3
Last synced: about 1 month ago
JSON representation
Midterm project of Multimedia Systems course.
- Host: GitHub
- URL: https://github.com/amirhnajafiz-university/s6mm02
- Owner: amirhnajafiz-university
- Created: 2022-03-21T16:31:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T22:43:02.000Z (over 1 year ago)
- Last Synced: 2024-12-16T22:03:10.214Z (about 2 months ago)
- Topics: image-histogram, image-processing, image-systematizing, python, python3
- Language: Python
- Homepage:
- Size: 4.45 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
S6MM02
Image histogram systematization, my multimedia systems course midterm project.
## Setup
Clone into the repository:
```shell
git clone https://github.com/amirhnajafiz/Image-histogram-systematization.git
```Get into the root directory and enter the following commands:
```shell
virtualenv environment # Create a virtual environment
environment\Scripts\activate # Activate the virtual environment
pip install -r requirements.txt # Install the dependencies
```## How to use
After you setup the project, run it:
```shell
python main.py
```Now enter the image path you want to transform:
```shell
[Enter the file path] > [Path]
```## Result
#### Input:
#### Output:
![]()