Commit 56eea817 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #527 from sturkmen72:update_plot_cpp

parents cb3e51f9 21a3b751
...@@ -182,7 +182,7 @@ namespace cv ...@@ -182,7 +182,7 @@ namespace cv
void render(Mat &_plotResult) void render(Mat &_plotResult)
{ {
//create the plot result //create the plot result
plotResult = Mat::zeros(plotSizeHeight, plotSizeWidth, CV_8UC3); plotResult = Mat(plotSizeHeight, plotSizeWidth, CV_8UC3, plotBackgroundColor);
int NumVecElements = plotDataX.rows; 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