72
edits
Changes
m
no edit summary
• Statistical analysis.
• Data visualization.
== '''OpenMP Implementation Summary''' ==
'''OpenMP Implementation'''
OpenMP provides extremely simple implementation, especially the process which we are using in our code. In this process we were able to simply use a ''#pragma parallel for'' declaration for the OpenMP API to parallelize the process. With this we saw at the operations being performed at a quarter of the time it took the serial version of these processes.
'''Image Processing, parallelized with OpenMP'''