projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
574f59d15fdf8c19f53c5f459cbd49828f4be41e
[Faustine.git]
/
examples
/
dilation
/
img_write.m
1
a = imread('letter_j.png' );
2
b = csvread('output1.csv' );
3
imwrite(b, 'dilation.png');
4