Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
855da69bde3e420efa890c9b25c93d7c5166e8bd
Authored by
Scott Klum
2015-02-16 11:36:11 -0500
1 parent
d5d8f4ed
Don't need opencvutils
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/mask.cpp
openbr/plugins/mask.cpp
View file @
855da69
...
...
@@ -17,7 +17,6 @@
17
17
#include <opencv2/imgproc/imgproc.hpp>
18
18
#include <opencv2/imgproc/imgproc_c.h>
19
19
#include "openbr_internal.h"
20
-#include "openbr/core/opencvutils.h"
21
20
22
21
using namespace cv;
23
22
...
...