Bugs fixed for stdin and stdout.
[Faustine.git] / examples / licenceplate / img_write.m
1 a = imread('licence_small.png' );
2 b = csvread('output1.csv' );
3 imwrite(uint8(b), 'licenceplate.png');
4