photo

hatem


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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개월 전 | 0