How to translate this part of code to a pseudocode? thanks in advance
Afficher commentaires plus anciens
I=imread('10arb_old.png');
[count11,x]=imhist(I(:,:,1));
I=imread('10arb_med.png');
[count21,x]=imhist(I(:,:,1));
I=imread('10arb_new.png');
[count31,x]=imhist(I(:,:,1));
count1=count11+count21+count31;
count=[count1 count2 count3];
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 20 Juin 2014
0 votes
Just add comments. Those can be your pseudocode.
1 commentaire
Mennat Allah Elsenousy
le 20 Juin 2014
Catégories
En savoir plus sur Test and Measurement dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!