Change path for images (shared path between report and slides)

This commit is contained in:
Thomas FORGIONE
2015-09-18 09:08:56 +02:00
parent 8cbde27dfb
commit 509741200b
55 changed files with 78 additions and 51 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 584 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 601 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

+17
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 670 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB