Utkarsh Patel (18EC35034)
The program is run for different number of points considered in triangulation step (hence for different number of triangles). We benchmark the time elapsed while executing the parallelizable section (the SECTION here onwards.)
We observe that using OpenMP, performance is increased by nearly 3x.
Original image | Morphed image #1 | Morphed image #2 |
---|---|---|
! |
To build this repository
$ make
To view results from sample images
$ bash benchmark.sh DROPOUT_PROB
where DROPOUT_PROB
is the probability of dropping some of the points.