![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7976222_1522124184474_DEF.jpg)
mechri khaled
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
71,611
of 297,016
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
10.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Ihave try to translate image using this but an error appear if you can help me ,thanks?
I = imread('cameraman.tif'); imshow(I) J = imtranslate(I,[15, 25]); figure; imshow(J); J = imtranslate(I,[15, 25],'OutputVi...
8 years ago | 0 answers | 0
0
answersQuestion
i have problem when i applicated some attacks on a watermark video with lsb i c'ant the watermark please if you can help me?
this is my code of detection watermark: function varargout=dewatermarkimg(varargin) % Cette fonction effectue l'opératio...
8 years ago | 0 answers | 0
0
answersQuestion
i have problems when i try to detect watermark after attacks with lsb with lsb crypted by a key,please give me any idea to get the presence of watermark
function varargout=dewatermarkimg(varargin) % Cette fonction effectue l'opération d'extraction d'un filigrane % Type d'image,...
8 years ago | 0 answers | 0
0
answersQuestion
i have this partie of code of watermarking image using LSB i need understand how its done to watermark this image nd thanks
function [Img_w,str] =watermark_img (img, img_logo); % Cette fonction insère un filigrane d'image dans une autre % l'image pas...
8 years ago | 0 answers | 0
0
answersQuestion
I have found this code of watermarking image with LSB technique and I need just to understund it ,and how it work or how he embed the watermark and all steps to do it i need them soon if you can thanks!
function varargout=waimg(varargin) %Questa funzione inserisce un'immagine watermark all'interno di un'altra %immagine p...
8 years ago | 1 answer | 0
1
answerQuestion
i have problem when i would rotate xlabel of bar graph on matlab
numbers = magic(5); labels = {'label 1', 'label 2', 'label 3', 'label 4', 'label 5'}; bar(numbers(:,1)) set(gca, 'XTickLabel'...
9 years ago | 1 answer | 0
1
answerQuestion
I have this code of embed and extract texte data into an image using DWT watermark technique with matlab .I need the know algorithm used for this code to embed a text,extract them and the steps thats used to embed and extract data,explanation of code
Data Embedding: coverImage = imread('lena.bmp'); message = importdata('minutiaTest.txt'); %message = 'Bifurcations:'; [LL...
9 years ago | 0 answers | 0
0
answersQuestion
I have a problème when i use the function reshape if you can help me or get me another equal function
message=reshape(message(Mn*Mc,1)./256); this following error will always apear: to reshape an image the number of elem...
9 years ago | 1 answer | 0
1
answerQuestion
I need to play the video after embedding data in his frames with implay
i have to play all frames directly when i finish watermarking it just thats
9 years ago | 0 answers | 0
0
answersQuestion
I have problème with lsb watermarking technique when i insert the watermark into the frames of a video and create the watermarked video and when i try to get the watermark after extracting the from the watermarked video the watermark have not apear
if true % code end
9 years ago | 0 answers | 0