Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
mobile_robotics
wolf_projects
wolf_lib
plugins
vision
Merge requests
!42
devel->main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
devel->main
devel
into
main
Overview
0
Commits
11
Pipelines
0
Changes
6
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
2 years ago
Overview
0
Commits
11
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c409e232
11 commits,
2 years ago
6 files
+
29
−
49
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
include/vision/capture/capture_image.h
+
6
−
5
Options
@@ -29,13 +29,14 @@
#ifndef CAPTURE_IMAGE_H
#define CAPTURE_IMAGE_H
// OpenCV includes
#include
<opencv2/core.hpp>
// vision includes
#include
"vision/sensor/sensor_camera.h"
//Wolf includes
//
Wolf includes
#include
<core/capture/capture_base.h>
#include
"vision/sensor/sensor_camera.h"
// OpenCV includes
#include
<opencv2/core.hpp>
namespace
wolf
{
Loading