- 24 Aug, 2015 1 commit
-
-
PhilippKopp authored
mainly on the texture interpolation methods
-
- 23 Aug, 2015 14 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
v0.6.0: OpenGL-like rendering, texture rendering, texture extraction view-angle computation
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
fit-model: Replaced affine camera estimation with nonlinear algorithm (allows direct recovery of the pose angles)
-
Patrik Huber authored
This should make the app easier to understand, i.e. remove anything that's not necessary.
-
Patrik Huber authored
-
Patrik Huber authored
Fixed last commit, added helper functions for glm/Mat and get_4x4_modelview_matrix(fitting::OrthographicRenderingParameters
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Wrapped the extraction of a triangle in a lambda and calling all lambdas with std::async
-
- 22 Aug, 2015 9 commits
-
-
Patrik Huber authored
-
Patrik Huber authored
At the moment, only TextureInterpolation::NearestNeighbour is adjusted to work
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
- 15 Aug, 2015 1 commit
-
-
Patrik Huber authored
Added OpenCV 3.0 compatibility to the examples with an if/else in CMakeLists
-
- 14 Aug, 2015 10 commits
-
-
MichaelGrupp authored
-
MichaelGrupp authored
imread has moved from highgui to the imgcodecs module in version 3.0.
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
- extended TriangleToRasterize - process_prospective_tri() - added plane class - added clip_polygon_to_plane_in_4d()
-
Patrik Huber authored
-
Patrik Huber authored
-
Patrik Huber authored
Moved affine-specific rendering to render_affine_detail.hpp, added raster_triangle() for the generic case
-
Patrik Huber authored
-
- 11 Aug, 2015 4 commits
-
-
MichaelGrupp authored
imread has moved from highgui to the imgcodecs module in version 3.0.
-
Patrik Huber authored
-
Patrik Huber authored
Set version to 0.
-
Patrik Huber authored
To facilitate this, added a get_texture_coordinates() method to MorphableModel
-
- 09 Aug, 2015 1 commit
-
-
Patrik Huber authored
-