Is there a way to convert a Scilab figure to a SciCV Mat? I had thought the simplest way would be to convert the figure to a matrix and use the matrix data to create the SciCV Mat, but I have not been successful finding a way to do either.
The reason I want to convert between them is so that I can create a video that shows data being plotted in real time. I have done this successfully by creating the figures, writing a series of image files, and converting the images to a video using the SciCV toolbox. As you can imagine, it is time consuming to write that many images to the disk as only an intermediate step, and I have been trying to find a cleaner/faster way to do it within Scilab. -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
