photo

preeti preeti


Last seen: 5 months 前 自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


I am using the imwrite function as imwrite(newh,'F:\preeti code\BarbaraTUF2.jpg','Quality',100,'Mode','lossless'); after this image is generated by my code. It writes a blank white image.But I can see the original image .I have reinstalled MatlabToo
I am using Matlab 2013. File size after imwrite is 2Kb whereas earlier I used to get 32Kb image size. Changed Image Viewer too. ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


I want to embed a digital image watermark using Fractional Fourier Transform. FrFT converts an image to complex form. How can I embed this watermark with complex values as zeros and ones?
I have a 64x64 grayscale image. I converted it into Binary. Applied 2D-FrFT. It gives complex values. How can it be embedded...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how do i divide an image into odd and even images such that they are correlated and follow normal distribution?
i have written a short code of dividing image into odd and even sequences. but they have unequal means and std deviation, so th...

8 years 前 | 2 个回答 | 0

2

个回答

提问


how do we divide and recombine image into blocks?
I have already divided image into blocks using the following code; Block(:,:,kk+j)=odd((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how do i convert an image into gauss-markov sequence?
I have converted an image to a gaussian distribution using the foll code. a=imread('lena.jpg'); A=rgb2gray(a); P1=im2double(A...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how do i apply maximum likelihood estimation for a gaussian distribution?
I have written a short code of converting an image into normal distribution as follows; a=imread('lena.jpg'); A=rgb2gray(a...

8 years 前 | 1 个回答 | 0

1

个回答