Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
9bb44c65
Commit
9bb44c65
authored
Apr 13, 2015
by
nmoutinho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp.
parent
4e4805c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
plot.hpp
modules/plot/include/opencv2/plot.hpp
+0
-5
precomp.hpp
modules/plot/src/precomp.hpp
+4
-4
No files found.
modules/plot/include/opencv2/plot.hpp
View file @
9bb44c65
...
...
@@ -50,11 +50,6 @@
#ifdef __cplusplus
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <iostream>
#include <stdio.h>
#include <vector>
#include <algorithm>
/**
@defgroup plot Plot function for Mat data
...
...
modules/plot/src/precomp.hpp
View file @
9bb44c65
...
...
@@ -50,12 +50,12 @@
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include "opencv2/plot.hpp"
#include "opencv2/opencv_modules.hpp"
#include <vector>
#include <iostream>
#include <stdio.h>
#include "opencv2/plot.hpp"
#include "opencv2/opencv_modules.hpp"
#include <vector>
#include <algorithm>
#endif
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