To perform digital image correlations, I use 2 gray-level images stored in that form (pseudo code):
uint16_t image[dimx][dimy];
I use LibRaw in two ways: (1) self basic demosaicing by computing the mean over 4 raw pixels, or (2) let LibRaw perform a sophisticated demosaicing (with dcraw_process) and convert the resulting rgbg2 to gray levels.
I have an image storage problem and what I'm asking here is what approach to take, so I need to explain the problem to know what to ask.. Please bear with me.
So, when I shoot, I almost always take 2-4 shots in burst mode. Technically failed frames are dropped, and in case of static scenes, the remaining ones are often combined together, either via HDR combining (from different exposure values) or ALE (from identical exposure values).
Recent comments