I'm looking to demosaic RAW bayer images straight to YUV format and time is crucial. Online algorithms I found go through RAW->RGB and then RGB->YUV. is there a direct way? A c++/python/Pseudo code would be highly appreciated, Thanks!
Asked
Active
Viewed 804 times
3
-
You can always do RGB -> YUV as a post processor. – jwdmsd May 23 '17 at 20:33