Skip to content

Commit

Permalink
Merge pull request #15 from jizhang-cmu/fuerte-groovy
Browse files Browse the repository at this point in the history
Recommit
  • Loading branch information
jizhang-cmu committed Aug 23, 2014
2 parents 1e5f444 + dcb6d0d commit 975e2b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ How to use:

Datasets can be downloaded at: http://www.frc.ri.cmu.edu/~jizhang03/projects.htm

Note: Camera intrinsic parameters (K and D matrices) are defined in the "src/cameraParameters.h" file.
Notes:

Camera intrinsic parameters (K and D matrices) are defined in the "src/cameraParameters.h" file.

It is possible to accelerate feature tracking with a GPU. To do this, simply replace the "src/featureTracking.cpp" file with the "src/featureTracking_ocl.cpp" file and recompile. We use OpenCL to communicate with the GPU. Users first need to install OpenCL in a version no earlier than 1.1 with full profile, then install OpenCV using CMake with flag WITH_OPENCL=ON.

0 comments on commit 975e2b9

Please sign in to comment.