Update plot.cpp

pull/527/head
Suleyman TURKMEN 9 years ago
parent bd971fd78c
commit 21a3b751d4
  1. 2
      modules/plot/src/plot.cpp

@ -182,7 +182,7 @@ namespace cv
void render(Mat &_plotResult)
{
//create the plot result
plotResult = Mat::zeros(plotSizeHeight, plotSizeWidth, CV_8UC3);
plotResult = Mat(plotSizeHeight, plotSizeWidth, CV_8UC3, plotBackgroundColor);
int NumVecElements = plotDataX.rows;

Loading…
Cancel
Save