Infinite-ISP icon indicating copy to clipboard operation
Infinite-ISP copied to clipboard

Make the DPC algorithm work faster

Open xx-isp opened this issue 1 year ago • 0 comments

The deal pixel correction or defected pixel correction takes a lot of time to execute. This is mainly because it uses loops that slows down the execution. Implementation this algorithm using numpy library can reduce its execution speed.

xx-isp avatar Feb 10 '23 00:02 xx-isp