photo

hatem


Last seen: 7 months 前 自 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 months 前 | 0