統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why absolute value is multiplied by 100 in the code below?
figure,imshow(abs(y-x)*100)
10年以上 前 | 1 件の回答 | 0
1
回答質問
Can anybody explain what is the logic of the while loop which is used in the below code?(I am a beginner in using Matlab )
clear all; close all; clc; image1=imread('aaa.jpg'); figure,imshow(image1); title('Original image'); [ori_row,ori_...
10年以上 前 | 1 件の回答 | 0
1
回答質問
I am a beginner in matlab. I just used below code for embedding watermark. Can anybody tell how to extract watermark from this code??
image1=imread('aaa.jpg'); figure,imshow(image1); title('Original image'); [ori_row,ori_col]=size(image1) host_leng...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How can I extract the watermark image in this code?
i = imread('im.png'); imshow(i) j=rgb2gray(i); imshow(j) n=imread('hand.jpg'); l=imresize(n,0.5); m=rgb2gra...
10年以上 前 | 1 件の回答 | 0
