Because image sets can get so big that not all PRNU patterns fit in memory at the same time, I've created a simple LRU cache for PRNU patterns. The current implementation is very simple and it's a good idea to see what we can do to improve its performance.
Because image sets can get so big that not all PRNU patterns fit in memory at the same time, I've created a simple LRU cache for PRNU patterns. The current implementation is very simple and it's a good idea to see what we can do to improve its performance.