![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13444445_1548699320575.jpg)
Md.Simul Hasan Talukder
KUET,Bangladesh
Followers: 0 Following: 0
Simul Hasan Talukder
student of KUET
Khulna ,Bangladesh
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
230.522
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
image splitting: what is the logic behind the following code? I need explanation.
v = imread('embedded.jpg'); [s1 s2 s3] = size(v); i = 1; j = 1; in = 0; cond = true; while (cond) img = v(i:i+(s1/4)...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
what is the meaning of this code?
for i = 0:3 for j = 0:3 temp = imread(strcat('output/img', num2str(4*i + j), '.tif')); if j == 0 ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
what is the meaning of following code?
temp = imread(strcat('output/img', num2str(4*i + j), '.tif'));
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
what is the meaning of code?
i=1;j=1; secret_img(i, j) = floor(secret_img(i, j)/2);
alrededor de 6 años hace | 1 respuesta | 0
1
respuesta1
respuestaPregunta
explain any one,plz
function [newimg] = embedding(cov_img, secret_img) %%Embedding image inside images size_sec = size(secret_img); secret1d = re...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
plz,explain the code.
function [secret_img] = lsbstego(secret_img, text) %% Data Hiding secret_img=double(secret_img); val = [double(text) 0]; %Cov...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
what is the meaning of following code?
function [s_box_out] = s_box_fun(s_box_in) rw = size(s_box_in, 1); cl = size(s_box_in, 2); s_box_in = reshape(s_box_in', ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
what is the meaning of following code?
function [shift_rows_out] = shift_rows_fun (shift_rows_in) idx = [1 2 3 4 6 7 8 5 11 12 9 10 16 13 14 15]; shift_rows_out ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
what is the meaning of following code?
s_box_table = [ 99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118 ... 202,130,201,125,250,89,71,240,17...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i encrypt image by xoring?
How can i encrypt image by xoring?
más de 6 años hace | 1 respuesta | 0