I'm currently using opencv C++ to process images that have file type NEF. But imread doesn't seem to work on raw images. Does anyone know how to read and use Bayer filter on a NEF type image? Thanks! http://www.mannyphoto.com/D700D3/ here are some sample pictures.
Asked
Active
Viewed 664 times
1
-
Please, [edit] your post and attach a link to a sample NEF image. – Dan Mašek Jul 16 '17 at 23:43
-
I can't use personal images but I did find images online.http://www.mannyphoto.com/D700D3/ @DanMašek – 4Dmovie Jul 17 '17 at 00:24
-
It took me 10 seconds on google to find out that you cannot read raw files with OpenCV. But of course you can write your own code or use libraries like LibRaw (which took me another 10 seconds to find)... come on – Piglet Jul 17 '17 at 08:10
-
Try `ufraw`... http://ufraw.sourceforge.net – Mark Setchell Jul 17 '17 at 14:20