Open main menu

CDOT Wiki β

Changes

The parallelizing Express

19 bytes added, 17:35, 13 April 2017
Link to Original Unchanged Project and project used for a3
The file contains the visual studio solutions used for Assignment 3 as well as visual studio solution version of the original code.
To run the location of the OPENCV directory must be applied to the following project properties...
Under c/c++ -> general -> additional include directories -> the path to opencv\..\..\include
Under linker -> general -> additional library directories -> the path to opencv\..\..\lib
To run the location of the OPENCV directory must be applied to the following project properties: 1. Under c/c++ -> general -> additional include directories -> the path to opencv\..\..\include2. Under linker -> general -> additional library directories -> the path to opencv\..\..\lib After doing the above, build the solution and run the appropriate Release or Debug exe with the target and reference image as arguments.
A link the the corresponding xls file of the run time can be found [https://www.dropbox.com/s/ecu7eycyv41krwq/a3.xlsx?dl=0 here]
49
edits