photo

hatem


Last seen: 7 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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 meses hace | 0