New version name (Version 1.0) for access from the FEEVER website.
[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