photo

hatem


Last seen: 7 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Matlab Function from code
>> x =imread('cameraman.tif'); >> y = x*0; >> [w h]= size(x); >> for i = 1:w for j =1:h b =bitget(x(i,j),6) y(i,j)=bitset(...

7 mois il y a | 0