oil_painting(src, kernel_size, levels)ΒΆ

Transform the image to have an oil painted appearance

Inputs

name type default description
src image   Source image
kernel_size int 5 Radius around each pixel to examine
levels int 20 Number of intensity levels

Outputs

name type default description
dst image   Destination image
../../_images/oil_painting.png