Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
60e2d4b4
Commit
60e2d4b4
authored
Aug 02, 2015
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed doxygen function parameter name
parent
5eaa520f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/eos/render/utils.hpp
include/eos/render/utils.hpp
+3
-3
No files found.
include/eos/render/utils.hpp
View file @
60e2d4b4
...
@@ -65,9 +65,9 @@ inline cv::Vec2f clip_to_screen_space(const cv::Vec2f& clip_coordinates, int scr
...
@@ -65,9 +65,9 @@ inline cv::Vec2f clip_to_screen_space(const cv::Vec2f& clip_coordinates, int scr
* Note that the y-coordinate is flipped because the image origin
* Note that the y-coordinate is flipped because the image origin
* is top-left while in clip space top is +1 and bottom is -1.
* is top-left while in clip space top is +1 and bottom is -1.
*
*
* @param[in] screen
C
oordinates A point in screen coordinates.
* @param[in] screen
_c
oordinates A point in screen coordinates.
* @param[in] screen
W
idth Width of the screen or window.
* @param[in] screen
_w
idth Width of the screen or window.
* @param[in] screen
H
eight Height of the screen or window.
* @param[in] screen
_h
eight Height of the screen or window.
* @return A vector with x and y coordinates transformed to clip space.
* @return A vector with x and y coordinates transformed to clip space.
*/
*/
inline
cv
::
Vec2f
screen_to_clip_space
(
const
cv
::
Vec2f
&
screen_coordinates
,
int
screen_width
,
int
screen_height
)
inline
cv
::
Vec2f
screen_to_clip_space
(
const
cv
::
Vec2f
&
screen_coordinates
,
int
screen_width
,
int
screen_height
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment