Change path for images (shared path between report and slides)
|
After Width: | Height: | Size: 584 KiB |
|
After Width: | Height: | Size: 601 KiB |
|
After Width: | Height: | Size: 588 KiB |
|
After Width: | Height: | Size: 695 KiB |
|
After Width: | Height: | Size: 675 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 118 KiB |
@@ -0,0 +1,17 @@
|
||||
i_min = 167;
|
||||
j_min = 391;
|
||||
i_max = 933;
|
||||
j_max = 1524;
|
||||
|
||||
repo = 'screenshots';
|
||||
|
||||
shots = dir(repo);
|
||||
|
||||
for i = 1:length(shots)
|
||||
i
|
||||
if (strcmp(shots(i).name, '.') || strcmp(shots(i).name, '..'))
|
||||
continue
|
||||
end
|
||||
im = imread(strcat(repo, '/', shots(i).name));
|
||||
imwrite(im(i_min:i_max,j_min:j_max,:), strcat('/home/thomas/stage/rapport/rapport/img/new/', shots(i).name)) ;
|
||||
end
|
||||
|
After Width: | Height: | Size: 670 KiB |
|
After Width: | Height: | Size: 692 KiB |
|
After Width: | Height: | Size: 676 KiB |
|
After Width: | Height: | Size: 793 KiB |
|
After Width: | Height: | Size: 383 KiB |