Effacer les filtres
Effacer les filtres

Adding a set of images in a variable

1 vue (au cours des 30 derniers jours)
prashant singh
prashant singh le 10 Juil 2016
Commenté : Image Analyst le 10 Juil 2016
i have a program which produces patches from a given image. i want store the patches in a variable and then once the program finish the patches. i want utilise that variable to write those patches. Please find my code attached.

Réponse acceptée

Image Analyst
Image Analyst le 10 Juil 2016
Modifié(e) : Image Analyst le 10 Juil 2016
ca has the patches in it already so you can just use that immediately. You can save it or whatever....
  2 commentaires
prashant singh
prashant singh le 10 Juil 2016
i am trying to store the value of ca whose mean2(rgbBlock)<7. But at the end it stores all the patches. Code attached
Image Analyst
Image Analyst le 10 Juil 2016
Then just save the (badly-named) x. But index x.
x{xIndex} = .....
xIndex = xIndex + 1;
Set xIndex = 1 before the loop starts.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by