Open main menu

CDOT Wiki β

Changes

Sirius

7 bytes added, 20:27, 7 April 2018
Boxblur on an image using opencv C++ Library (Max Fainshtein)
This is the data displayed as a bar graph.
[[File:dps915_boxfilter_graph.png| 750px]]
The application has the opportunity to receive an incredible boost to performance with the addition of parallel programming as most of the computational time is made up of calculating the average of every pixel which can be calculated concurrently, while only requiring a single synchronization at the end before we display the image.
 
=== Algorithms (Joseph Pildush)===
66
edits