Commit 86189b5fefd3cdeba3e4d6c0d12b159ea30e59ca

Authored by Scott Klum
1 parent 4aa1061b

Unneeded header

openbr/plugins/imgproc/heatmap.cpp
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;
... ...