hudof najeeb
Followers: 0 Following: 0
Statistik
11 Fragen
0 Antworten
RANG
17.482
of 295.486
REPUTATION
2
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
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 do not have any licenses associated with your MathWorks Account.
Now my matlab exe desnt work .its want activites .what I must do ?? I You do not have any licenses. I need it because Iam studen...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What (%.5g\n) does mean?
disp(['PSNR ' num2str(measerr(CoverImg,s))]) [~, MSE] = measerr(CoverImg,s); fprintf('MSE: %.5g\n', MSE) the result i...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Histogram of color image
I hide message inside image using LSB .It is work but I get a different style of output of histogram.how to solve it? <</ma...
fast 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
how to hide audio file in image use lsb steganography ?
I want to hide audio file inside image using lsb steganography but I dont know how to covert the wave to binary bit .I have prog...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
encryption and decryption message
I want to do project about cryptography .can any one tell me what a good and new method for encryption message ?
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Histogram of color image
I made program to hide message inside image using LSB steganography. every things going ok but why I get the histogram of cover ...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to calculate MSE (Mean Squared Error)?
What is the instruction to calculate mean squared error of two images?
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How return my image from binary to grayscale
I hide my image "mouse" in image " pigs". Firstly I convert the image "mouse" to binary in encryption code .secondly I return it...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I cant get the original Image ('claudia.tif') from Decryption code…what shoud be written to get it?..please I neet it in my study.
*Encryption code* cover = imread('mouse.tif'); originalImage = imread('claudia.tif'); figure(1), imshow(cover); title('C...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
this is the first part to hide image in image using lsb. how to get the messege from the cove ? i tried to get it but i coudn't ... please i want it in my study
close all; imtool close all; clear; workspace; cover = imread('pigs.tif'); message = imread('dpg.tif...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I need to get the hidden text from the cover image using lsb ..i have first part to hidden the text in color image using stegnography ...but i want the second part .how to get the hidden text ....please i want it in my work
c = imread('any_image.jpg'); message = 'hi this is sagar from nagpur..' message = strtrim(message); m = length(messag...
fast 8 Jahre vor | 1 Antwort | 0