Fady Samann
Followers: 0 Following: 0
Statistiques
RANG
208 146
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
1 Question
4 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How do I create RAW image files in MATLAB?
To have the image in the correct postion, use matrix transpose in the fwrite. cmodel=(zeros(300,100,1)); fid=fopen('blackim...
environ 4 ans il y a | 0
Decompress (color) JPG struct read via Phil Sallee's jpg toolbox to spatial domain
You can not move back and forth between DCT and RGB without loss, due to quantization, rounding, and truncation. The reconstract...
environ 4 ans il y a | 0
Question
Do you convert the output of DCT Steganography from double into uint8 then to double again before extracting the hidden message?
In Matlab environment, do you export the output of the Inverse DCT from double to uint8 (to write an image file jpg, png, bmp et...
plus de 4 ans il y a | 1 réponse | 0
0
réponseHow to mirror matrix on the diagonal?
you can do the following: first, transpose the matrix A = table.'; Flip it horizontally A = flip (A,1); then, flip it vert...
plus de 4 ans il y a | 0
Stegnaography using DCT
First, you are not doing quantization to remove the samller DCT coefficients after that you can change LSB by masking it and and...
plus de 4 ans il y a | 0