Cary Knoop
24th August 2020, 19:22
Is there a filter I can use that reduces specular areas by extending the outside non-specular pixel values slightly inwards?
A "cheap" version of such a filter would be to overlay a box or Gaussian blur on the frame and mask the overlay with everything but the highest luma values of the original.
Or perhaps better a convolutional filter that "bleeds" the current pixel value into a neighboring pixel if that pixel value is (close to) max.
A "cheap" version of such a filter would be to overlay a box or Gaussian blur on the frame and mask the overlay with everything but the highest luma values of the original.
Or perhaps better a convolutional filter that "bleeds" the current pixel value into a neighboring pixel if that pixel value is (close to) max.