Closed GoogleCodeExporter closed 9 years ago
I will try to look to it in the week and give my ideas on it...
Original comment by pmou...@gmail.com
on 26 Jun 2010 at 10:35
Fix this issue with this commit :
http://code.google.com/p/libmv/source/detail?r=899
Well spotted Julien. This issue allow me to fix also a bug in colored PNG image
saving. I have also optimize the memory allocation. Use directly the image
memory instead of temp memory for the PNG things ! (Code speedUp and memory
saving).
Test code :
Array3Du imageArrayBytes1;
ReadImage (".in.png", &imageArrayBytes1);
WriteImage(imageArrayBytes1,".out.png");
Array3Du test;
Rgb2Gray( imageArrayBytes1, &test);
WriteImage(test,"./outGray.png");
Original comment by pmou...@gmail.com
on 3 Jul 2010 at 10:00
Original issue reported on code.google.com by
julien.michot.fr@gmail.com
on 25 Jun 2010 at 6:00Attachments: