Ask Your Question

Revision history [back]

This should be quite simple

  1. Load in the image in openCV using VideoCapture for example from a camera
  2. Save it to a directory on the filesystem using the imwrite function of OpenCV
  3. Use the MATLAB imread function to read from the file system

OR you could store your matrix in an XML file using the FileStorage interface, then use matlab to browse through the XML data if you want it more complex.