Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pedestrian Dynamics Empiricism
PeTrack
Commits
0f7a1925
Commit
0f7a1925
authored
4 years ago
by
d.kilic
Committed by
d.kilic
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Refine doxygen comment
parent
b68ae2e3
No related branches found
No related tags found
1 merge request
!73
Implemented aruco marker visualization with offset
Pipeline
#28897
passed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/codeMarkerItem.cpp
+4
-4
4 additions, 4 deletions
src/codeMarkerItem.cpp
with
4 additions
and
4 deletions
src/codeMarkerItem.cpp
+
4
−
4
View file @
0f7a1925
...
@@ -134,10 +134,10 @@ void CodeMarkerItem::paint(QPainter *painter, const QStyleOptionGraphicsItem */*
...
@@ -134,10 +134,10 @@ void CodeMarkerItem::paint(QPainter *painter, const QStyleOptionGraphicsItem */*
*
*
* Draws a rect with the corners of the marker, the id, and the upper left corner.
* Draws a rect with the corners of the marker, the id, and the upper left corner.
*
*
* @param currentMarker
* @param currentMarker
marker to draw
* @param id
* @param id
id of the marker to draw
* @param borderColor
* @param borderColor
color of the rect drawn
* @param painter
* @param painter
painter with which to draw
*/
*/
void
CodeMarkerItem
::
drawMarker
(
const
OffsetMarker
&
currentMarker
,
int
id
,
const
QColor
&
borderColor
,
QPainter
*
painter
)
void
CodeMarkerItem
::
drawMarker
(
const
OffsetMarker
&
currentMarker
,
int
id
,
const
QColor
&
borderColor
,
QPainter
*
painter
)
{
{
...
...
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