Skip to content

rxxbyy/clahread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clahread

Apply CLAHE algorithm to datasets of images using Thread-based parallelism.

Usage

usage: clahread.py [-h] [-e EXTENSION] [-t THREADS] INPUT_DIRECTORY OUTPUT_DIRECTORY

positional arguments:
  INPUT_DIRECTORY
  OUTPUT_DIRECTORY

options:
  -h, --help            show this help message and exit
  -e EXTENSION, --extension EXTENSION
  -t THREADS, --threads THREADS

Installing dependencies

Start and activate your virtual environment

$ python -m venv venv && source ./venv/bin/activate

then instal the dependencies

$ pip install -r requirements

About

Apply CLAHE algorithm to datasets of images using Thread-based parallelism.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages