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
86189b5fefd3cdeba3e4d6c0d12b159ea30e59ca
Authored by
Scott Klum
2015-02-19 16:36:42 -0500
1 parent
4aa1061b
Unneeded header
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/imgproc/heatmap.cpp
openbr/plugins/imgproc/heatmap.cpp
View file @
86189b5
1
1
#include "openbr/plugins/openbr_internal.h"
2
2
#include "openbr/core/opencvutils.h"
3
3
4
-#include <opencv2/ml/ml.hpp>
5
4
#include <opencv2/contrib/contrib.hpp>
6
5
7
6
using namespace cv;
...
...