projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git]
/
examples
/
licenseplate
/
img_write.m
1
a = imread('licence_small.png' );
2
b = csvread('output1.csv' );
3
imwrite(uint8(b), 'licenceplate.png');
4