diffusion_tensors | R Documentation |
Compute field of diffusion tensors for edge-preserving smoothing.
diffusion_tensors(
im,
sharpness = 0.7,
anisotropy = 0.6,
alpha = 0.6,
sigma = 1.1,
is_sqrt = FALSE
)
im |
an image |
sharpness |
Sharpness |
anisotropy |
Anisotropy |
alpha |
Standard deviation of the gradient blur. |
sigma |
Standard deviation of the structure tensor blur. |
is_sqrt |
Tells if the square root of the tensor field is computed instead. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.