projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git]
/
examples
/
dilation
/
img_write.m
1
a = imread('letter_j.png' );
2
b = csvread('dilation.csv' );
3
imwrite(b, 'dilation.png');
4