View source: R/apply_kernel_rgbwt.R
apply_kernel_rgbwt | R Documentation |
Blur given RGBWT matrix using circle
or gauss
filtering.
apply_kernel_rgbwt( fRGBWT, filter = "circle", radius = 2, sigma = 1, approx_limit = 3.5 )
fRGBWT |
Float RGBWT matrix ( |
filter |
Either |
radius |
Size of circle kernel (float), defaults to |
sigma |
Parameter for gaussian filtering, defaults to |
approx_limit |
Sets the size of the kernel square, multiplied with |
Float RGBWT matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.