Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 398 Bytes

parallel_image_processing

Codes to parallelize pixel level image processing

  1. Install packages

  2. 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.

  1. Uncomment and customize to save output files