How to translate this part of code to a pseudocode? thanks in advance
Mostra commenti meno recenti
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];
Risposta accettata
Più risposte (1)
Image Analyst
il 20 Giu 2014
0 voti
Just add comments. Those can be your pseudocode.
1 Commento
Mennat Allah Elsenousy
il 20 Giu 2014
Categorie
Scopri di più su Test and Measurement in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!