CarVac / librtprocess

A project to make RawTherapee's processing algorithms more readily available.
Other
51 stars 23 forks source link

Optimize lmmse demosaic speed and memory footprint #30

Open heckflosse opened 5 years ago

heckflosse commented 5 years ago

Lmmse is one of the main demosaicers for high ISO (noisy) images.

Currently it's also still one of the slow demosaicers and has a quite large memory footprint.

I will try a tiled processing to reduce processing time and memory footprint