Changes

Jump to: navigation, search

Sirius

2 bytes added, 10:29, 9 April 2018
Boxblur on an image using opencv C++ Library (Max Fainshtein)
For me the most important thing is to solve the problem regardless of the tools used and I think that reimplementing everything from scratch using OpenCV and CUDA is a viable solution.
=== Boxblur Box Blur on an image using opencv C++ Library (Max Fainshtein) ===My suggested topic for the parallel program term project is an application that performs a boxblur box blur on an image using open cv. This is made possible by using the opencv library installed through https://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.3.0/opencv-3.3.0-vc14.exe/download or by using Visual Studios NuGet packages and installing opencv.win.native by Harry Y. Opencv was used to read images and access and modify the color of each pixel so that it is the average of the user defined box kernal. This application is running at O(n^2) where n is the number of pixel rows and columns for the image.
==== Results ====
Running this program for images of various sizes resulted in the following:
81
edits

Navigation menu