Community Profile

photo

preeti preeti


Last seen: 26 days ago Active since 2015

Statistics

Content Feed

View by

Question


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. ...

5 years ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer