Nameless

From CDOT Wiki
Revision as of 21:52, 14 October 2015 by Francis Chau (talk | contribs) (Assignment 1)
Jump to: navigation, search

Project Name Goes here

Team Members

  1. Rene Anderson, researching
  2. Francis Chau, researching on Image Processing
  3. Yiqi Liu, doing something

Email All

Progress

Assignment 1

Francis' discoveries After doing some research and going through the trouble of building through windows command-line on the latest GNU compiler, I've managed to compile it.

I chose one of the sample projects that CImg carries, "tutorial.cpp". Based on my observations through running it, it measures the amount of Red, Green and Blue values (RGB, primary colours) of a picture; there is one window displaying an image in this case a parrot and the other window to measure RGB values.

After performing some execution tests, I've found that CImgDisplay function consumes the most amount of time at 1.57 seconds.

Here's the flat diagram: Flat.jpg

As well as the call graph diagram: Call.jpg

Assignment 2

Assignment 3