Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhong52 committed May 7, 2014
1 parent 64ac376 commit 4c74aca
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions ModelFitting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,3 @@ Enery contains two parts:
Complicated. Please refer to this [paper](http://www.csd.uwo.ca/~yuri/Abstracts/cvpr12-abs.shtml) for more details

Levenberg Marquart algorithm requires to compute the Jacobian matrix for both the data cost and the smooth cost. This computation is very time-consuming and the computation has been higly parallelized in this version.

Major Updates in current version
--------
- Parallelized computating the Jacobain matrix of both data cost and smooth cost
- Profiling with Vtune

Requirements
--------
- A graphic card which supports OpenGL 4.0
- Microsoft Visual Studio 2010 (or higher)

Before Compile
--------

This project requires freeglut 2.8.1, glew 1.10.0 and OpenCV 2.8.4. You have to add the following directories to PATH:

- %CD%\dependencies\freeglut 2.8.1\x64;
- %CD%\dependencies\glew-1.10.0\bin\x64;
- %CD%\dependencies\OpenCV 2.4.3\x64-vc10;

Note: %CD% above means the location where you save the files.

Or you can copy the dlls in their bin folders to the project directory either manually or excute the bat file `set-up-dlls.bat`.

0 comments on commit 4c74aca

Please sign in to comment.