| .blend_mask | R Documentation |
Build linear blend mask for a patch
.blend_mask(h, w, overlap, is_left, is_top, is_right, is_bottom)
h |
Patch height |
w |
Patch width |
overlap |
Overlap in pixels |
is_left, is_top, is_right, is_bottom |
Whether patch is at canvas edge |
Matrix [h, w] with blend weights in [0, 1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.