Hello, Is there any way to save the plot figure directly to memory such that opencv or other app can access it? Storing it directly to file system using "plt::save("imshow.png");" is slow. Thanks.