Assume there is a black box there is no light in it and there is a camera in this box. Camera starts capturing and what it captures is nothing - everywhere is pure black in box. But there will be differences in the sizes of captured frames due to various types of noises (thermal noise, quantization noise etc). I want to decrease/eliminate the effects of these noises in software side so that in a completely isolated black box, all captured frames will be exactly the same. Resolution, depth, color etc none of the properties matters after processing, accuracy/quality of the captured frames in the end doesn't matter. Any kind of filtering, downsampling etc every solution is acceptable. Reference is the black box, frames should be as identical as possible.
Any suggestions ?