- 02 Mar, 2017 2 commits
-
-
Patrik Huber authored
BFM conversion is now ~200x faster
-
John Mather authored
Removed loops from BFM conversion script.
-
- 19 Feb, 2017 16 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
CMake changes (built in windows and linux): * Include newest eigen3 CMake file * Make CMake scripts work with OpenCV 3.1
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
The diff looks really weird because I clang-formatted the whole document. But there should be no changes in extract_texture, except for tabs->spaces.
-
ggoldma1 authored
-
Patrik Huber authored
* Can now return any cv::Mat to Matlab * Can convert 3 and 4-channel images from Matlab to cv::Mat
-
ggoldma1 authored
1) Fixes for OpenCV > 2.4.3 2) Update to newest eigne3 cmake file (support in environment variables).
-
- 17 Feb, 2017 1 commit
-
-
Patrik Huber authored
This enables defining multiple functions per Matlab mex module
-
- 10 Feb, 2017 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Can return 4-chan uchar matrices (isomaps) back to Matlab, and convert 3-chan uchar matrices (images) from Matlab to C++.
-
Patrik Huber authored
These are required for extract_texture in Matlab. Maybe the better strategy would be to add a constructor to RenderingParameters and not have all these setters.
-
Patrik Huber authored
* Convert Frustum back and forth * Convert RenderingParameters back to C++ * Convert glm::mat4x4 back to C++
-
- 09 Feb, 2017 2 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
- 07 Feb, 2017 1 commit
-
-
Patrik Huber authored
Includes my multidim-array PR plus a fix for the overload resolution in ::to/at
-
- 30 Jan, 2017 4 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 29 Jan, 2017 5 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
Change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR This fixes wrong paths in case someone includes eos in CMake with `add_subdirectory`.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 28 Jan, 2017 4 commits
-
-
Patrik Huber authored
Matlab's default precision is double, that's why we only convert MatrixXd for now. Added a note highlighting this.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 25 Jan, 2017 1 commit
-
-
Patrik Huber authored
-