This commit is contained in:
张梦南 2025-05-28 19:35:21 +08:00
parent fbbdd89bf8
commit 1d78a43447
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
%
image = imread('test.jpg');
image = imread('EXP_1_2/test.jpg');
%
image_gray = rgb2gray(image);
@ -14,7 +14,7 @@ image_sample2 = image(1:n:end, 1:n:end,:);
image_sample4 = image(1:m:end, 1:m:end,:);
%
image_2 = imread('photo.jpg');
image_2 = imread('EXP_1_2/photo.jpg');
image_add = imadd(image, image_2);
%

View File

@ -1,5 +1,5 @@
%
image = imread('test.jpg');
image = imread('EXP_1_2/test.jpg');
%
image_gray = rgb2gray(image);

BIN
photo.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

BIN
test.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB