Commit 21a3b751 authored by Suleyman TURKMEN's avatar Suleyman TURKMEN

Update plot.cpp

parent bd971fd7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment