Changes

Jump to: navigation, search

GPU610/TeamKCM

11 bytes removed, 16:07, 3 October 2014
no edit summary
For Assignment 1, I decided to work with one of the operation that can be done with an image in c++, which deals with brightness and contrast of an image.
I was able to find a open source code from "openCV" website it stands for Open Source Computer Vision, is open source libraries developed by Intel for image and video processing. The libraries can be installed in any platform, and i was able to install it in my windows platform, and all test runs all done using visual studio 2013 to compile and analyze performance of functions in the program.
Following website [http://docs.opencv.org/index.html/ openCV.org] is an official documentation website of openCV libraries, with code examples for many image and video type operations
The open source code for the program requires 3 user inputs which are path to an image and alpha,beta values which will be multiplied and added to each pixels' in the image.
1
edit

Navigation menu