This repository contains an implementation of Local Binary Pattern algorithm using OpenMP. The project is made to compare speed performances wrt sequential version.
- Place an image in .jpg format in
input/
folder - Run the program specifying the image name
- At the end of the run an histogram will be generated in
output/
Running time for different sizes of a square image
You can check our tests on the report (available in italian only, sorry)
We also made a similar comparison between sequential vs multithread version on CPU only.
Parallel Computing - Computer Engineering Master Degree @University of Florence.