photo

anika hossain


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
211,163
of 300,857

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


is Arnold transform for color image and for grey/binary image different?
i need to scramble a rgb color image. now i want to know is Arnold transform for color image and for grey/binary image different...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to save an image without using 'uint8'?
i want to save my image with its actual pixel value which is float/double. i am using _'png'_ format picture & _ 'imwrite(uint8...

10 years 前 | 1 个回答 | 0

1

个回答

提问


binary to decimal conversion
i have an array wr(i,j) that is 256X8 in binary. now i need to convert it to decimal. so after conversion the size should be 16x...

10 years 前 | 2 个回答 | 0

2

个回答

提问


can anyone suggest a good way to save & again read a image that will loss lowest possible information?
i need to save my worked image & use it for next work. but i am losing information in read & write the image. i am using ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


can anyone give the recover image rotation code?
I need to recover an rotated image. I found the solution in MATLAB solution: <http://www.mathworks.com/help/images/exampl...

10 years 前 | 1 个回答 | 0

1

个回答

提问


is bulid in dwt function of matlab round the result? if so,is there any way to change that?
due to rounding i am losing some value.can i compensate it in any way?

10 years 前 | 2 个回答 | 0

2

个回答

提问


rounding problem after decimal point in image processing
that is the last portion of my first program- cD1=idwt2(new,cHH,cVV,cDD,'haar'); cD1(cD1<.0000000001 & cD1>-tol) = 0; dis...

10 years 前 | 1 个回答 | 0

1

个回答

提问


why matlab rounding the result itself?
my code is given below- w=imread('win.png');%its a 32X32 picture for i=1:32 for j=1:32 wrr(i,j)=w(i,j)*.02...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to get matrix value right?
i am working on transferring some values to a matrix from another one. when i am printing the results individually like new(1,1)...

10 years 前 | 1 个回答 | 0

1

个回答