![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7412753_1522121386885_DEF.jpg)
preeti preeti
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
65.372
of 297.016
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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. ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 9 Jahre vor | 1 Antwort | 0