Effacer les filtres
Effacer les filtres

How to store Image data after preprocessing for further processing

3 vues (au cours des 30 derniers jours)
Dua Arshad
Dua Arshad le 24 Mar 2020
Commenté : Rana Muayad le 28 Déc 2020
I am trying to extract fruit features for recognition purpose. I have done all the preprocessing. but how can I store this preprocessed data so as to use it for furthur processing.
  1 commentaire
Rana Muayad
Rana Muayad le 28 Déc 2020
i have the same problem
i keep all process image as array and store it in file.dat
but this file not accepted in the next stage (cnn for classification image)
i need solution to my problem?

Connectez-vous pour commenter.

Réponses (1)

Rashedur Rahman
Rashedur Rahman le 26 Mar 2020
I don't understand what you meant by 'store'. But a few suggestions are mentioned below
(1)You can write the processed image as a new image using 'imwrite' function (https://www.mathworks.com/help/matlab/ref/imwrite.html). Read the saved image using 'imread' funciton when necessary (https://www.mathworks.com/help/matlab/ref/imread.html)
(2) If you want to keep all the processed images in the workspace, you can put those in a cell array.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by