photo

Maha Oueghlani


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


this is the code of DCT image ?
I = imread('lena.tif'); J = dct2(I); imshow(J) J is the dct of I ? can someone help me ?

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can i improve a steganografic method
Hi, i have emplimented an image steganografy method using matlab based on DWT and Arnold transform, now I want improve it to be...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


problem in str2num
I try the code in the str2num doc but it don't works.. it give me an empty array ! can you help me ? >> X = str2num ( '12e-...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to perform assignment because the size of the left side is 1-by-7 and the size of the right side is 1-by-5.
I want replace the 5 LSB of the 'c' image by the 5 MSB of the 's' image but i have this error.. c = imread('lena.tif'); ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort