Corrected error for undefined Mat.

pull/186/head
nmoutinho 10 years ago
parent cad6cbcde2
commit 19a31ecaf1
  1. 2
      modules/plot/src/plot.cpp

@ -47,7 +47,7 @@
#include "precomp.hpp"
using namespace cv::plot;
using namespace cv;
using namespace std;
//render the plotResult to a Mat

Loading…
Cancel
Save