Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
utility
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
bioroboticslab
biotracker
utility
Commits
361aa732
Commit
361aa732
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
OpenCV 4 compatibility
parent
e8d2237c
No related branches found
No related tags found
No related merge requests found
Pipeline
#23074
passed
5 years ago
Stage: build
Stage: package
Stage: deploy
Pipeline: biotracker
#23078
Changes
3
Pipelines
26
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Src/Utility/IConfig.h
+2
-1
2 additions, 1 deletion
Src/Utility/IConfig.h
Src/Utility/TrackedComponents/TrackedElement.h
+1
-1
1 addition, 1 deletion
Src/Utility/TrackedComponents/TrackedElement.h
Src/Utility/misc.h
+1
-1
1 addition, 1 deletion
Src/Utility/misc.h
with
4 additions
and
3 deletions
Src/Utility/IConfig.h
+
2
−
1
View file @
361aa732
#pragma once
#include
<QString>
#include
<cv.h>
#include
<opencv2/opencv.hpp>
class
IConfig
{
public:
...
...
This diff is collapsed.
Click to expand it.
Src/Utility/TrackedComponents/TrackedElement.h
+
1
−
1
View file @
361aa732
...
...
@@ -3,7 +3,7 @@
#include
"QGraphicsItem"
#include
"Interfaces/IModel/IModelTrackedComponent.h"
#include
"QString"
#include
<cv.h>
#include
<
opencv2/open
cv.h
pp
>
#include
<qdatetime.h>
#include
<ctime>
...
...
This diff is collapsed.
Click to expand it.
Src/Utility/misc.h
+
1
−
1
View file @
361aa732
...
...
@@ -2,7 +2,7 @@
#define MISC_H
#include
<string>
#include
<time.h>
#include
<cv.h>
#include
<
opencv2/open
cv.h
pp
>
#include
<QPoint>
namespace
BioTrackerUtilsMisc
{
...
...
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