This patch optimizes the Distance Dilate code by limiting the search window to areas within the image, avoiding fallback image sampling and looping redundant pixels. Gives a 1.8x improvement.
This patch optimizes the Distance Dilate code by limiting the search window to areas within the image, avoiding fallback image sampling and looping redundant pixels. Gives a 1.8x improvement.