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