Codes to parallelize pixel level image processing
-
Install packages
-
Run codes
-
Run
python multiprocess.py
to run the code using multiprocessing. -
Run
python multithread.py
to run the code using multi-threading. -
Run
python serial.py
to run the code without any parallelization.
- Uncomment and customize to save output files