1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00

Update plot.cpp

This commit is contained in:
Suleyman TURKMEN
2016-01-22 02:06:47 +02:00
parent bd971fd78c
commit 21a3b751d4

View File

@@ -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;