Open main menu

CDOT Wiki β

Changes

The parallelizing Express

117 bytes added, 23:05, 17 February 2017
Creating and Running the Project with gprof profiling
Perform the following steps in a Linux/Unix System:
STEP 1 - Download the following zip zips and extracts its extract their contentsas they will be used for later steps -> test files for opencv:[[File:test.zip]] -> LinkColorTransfer:[[File:ColorTransfer.zip]]
STEP 2 - Install all the required entries(make,cmake,git,gprof,etc) with the following terminal command:
-> sudo apt-get install build-essential cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev binutils
-> This should generate the colour transferred output image as well as the appropriate gmon.out file
-> Use the either of the following commands for the flat profile: gprof -p -b ./ColorTransfer > ColorTransfer.flt OR gprof test_gprof gmon.out > analysis.txt
 
==== '''Example Output''' ====
49
edits