Sanjeeb Behera
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
273.886
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
7.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
What are the techniques for comparing two images?
Hi I want to compare two images in between original image and stego image in matlab. I have used PSNR and MSE. Can anyone sugg...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Text file compression using huffman compression?
Hi I have used existing code for text file compression using huffman encoding. Here i have mentioned below from where i have us...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How can i compress the text file using huffman encoding?
Hi I am using a text file to hide inside an image file in lsb plane. But i want to compress the text file using huffman enco...
alrededor de 8 años hace | 4 respuestas | 0
4
respuestasPregunta
How can i compress text file using huffman encoding and decoding?
Hi I am going to use text file compression in my project. So can anybody help in this regard. I have inbuild huffman.m matlab ...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Can u solve this error?
n=size(I); M=n(1); N=n(2); MSE = sum(sum((I-II).^2.0))/(M*N); PSNR = 10*log10(256*256/MSE); fprintf('\nMSE: %7....
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i extract the hidden message from 1st, 2nd and 3rd bit plane of cover image and store in another text file?
fp = fopen('C:\Users\hello\Documents\MATLAB\Full RSA Implement\plaintext.txt','r+'); SecretMsg=fread(fp,256*256*3/8); f...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i use fwrite?
Hi During execution i m getting the out put in the command window. But i want to write in another text file which is already p...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Can i do encryption and decryption of text file using RSA?
Can any one help me, to encrypt and decrypt text file using RSA? The text file contains huge amount of data But i have done ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I encrypt a text file using RSA?
I have done encryption of text message using RSA. But i want to encrypt text file using RSA. m=input('\nEnter the message:...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Can any one help be to debug it?
fp = fopen('C:\Users\hello\Documents\MATLAB\Full RSA Implement\plaintext.txt','r+'); SecretMsg=fread(fp,256*256*3/8); f...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i read a text file?
Hi I am using rsa encryption of text message. During read of a message I want to read a text file? How can I read? Can u te...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
text hiding inside the cover image
I1 = logical(de2bi(uint8(hiddenstring))); II = I8*128+I7*64+I6*32+I5*16+I4*8+I3*4+I2*2+I1; ??? Error using ==> p...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How can i hide the text in cover image.
Here i have hiddenstring = 'string' that i going to hide in the 1st bit plane of cover image I1 = dec2bin(uint8(hiddenstring...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i hide a text message in the lsb plane of cover image?
how can i hide a text message in the lsb plane of cover image?
alrededor de 8 años hace | 2 respuestas | 0