I want to process images as I want using OpenCV on Raspberry Pi and import the processed images into Matlab.
In the example, it is possible to simply show the Raspberry Pi's camera in Matlab.
I want to process images as I want using OpenCV on Raspberry Pi and import the processed images into Matlab.
However, I would like to binarize and thin the images captured with the Raspberry Pi and output them to Matlab.
Of course, I know that I can simply load the image from Raspberry Pi into Matlab and do the same processing.
However, if the number of Raspberry Pis increases from 4 to 8, it will take a long time to process everything in Matlab, so I plan to process as many images as I want on the Raspberry Pi and collect the rest in Matlab.
If it is impossible to load the preprocessed image from the Raspberry Pi with Matlab, I am also thinking of saving the image on the Raspberry Pi and loading the image as a variable in Matlab.
However, neither method came up through examples or searches.
Is there any way?In the example, it is possible to simply show the Raspberry Pi's camera in Matlab.