Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Torenvliet
eos
Commits
56be9d30
Commit
56be9d30
authored
10 years ago
by
Patrik Huber
Browse files
Options
Downloads
Patches
Plain Diff
Renamed RenderingParameters to OrthographicRenderingParameters
parent
3c259c3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/eos/fitting/nonlinear_camera_estimation.hpp
+1
-1
1 addition, 1 deletion
include/eos/fitting/nonlinear_camera_estimation.hpp
with
1 addition
and
1 deletion
include/eos/fitting/nonlinear_camera_estimation.hpp
+
1
−
1
View file @
56be9d30
...
@@ -64,7 +64,7 @@ struct Frustum
...
@@ -64,7 +64,7 @@ struct Frustum
* The rotation values are given in radians and estimated using the RPY convention.
* The rotation values are given in radians and estimated using the RPY convention.
* Yaw is applied first to the model, then pitch, then roll (R * P * Y * vertex).
* Yaw is applied first to the model, then pitch, then roll (R * P * Y * vertex).
*/
*/
struct
RenderingParameters
struct
Orthographic
RenderingParameters
{
{
float
r_x
;
// Pitch.
float
r_x
;
// Pitch.
float
r_y
;
// Yaw. Positive means subject is looking left (we see her right cheek).
float
r_y
;
// Yaw. Positive means subject is looking left (we see her right cheek).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment