View source: R/vision_augment.R
AffineCoordTfm | R Documentation |
Combine and apply affine and coord transforms
AffineCoordTfm(
aff_fs = NULL,
coord_fs = NULL,
size = NULL,
mode = "bilinear",
pad_mode = "reflection",
mode_mask = "nearest",
align_corners = NULL
)
aff_fs |
aff fs |
coord_fs |
coordinate fs |
size |
size |
mode |
mode |
pad_mode |
padding mode |
mode_mask |
mode mask |
align_corners |
align corners |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.