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
