Description Usage Arguments Value Examples
It is often necessary to find optimal sketch style parameters for your task. With this function, you can easily compare the effects of different style parameters.
1 2 3 4 5 6 7 8 9 10 |
im |
an image. |
style |
numeric (integer). Either 1 (edge-focused) or 2 (smooth gradient) |
weight_levels |
numeric (integer). a vector of lineweight values |
smooth_levels |
numeric (integer). a vector of smooth values |
gain |
a numeric between 0 and 1. Can be used to reduce noise in dim regions. |
contrast |
numeric (integer). Adjusts the image contrast. |
shadow |
a numeric between 0 and 1 |
verbose |
If TRUE (default), progress information is displayed in the Console. |
an array of the sketched image.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.