# NOT RUN {
# Example 1: Canopy
wd_images_can <- system.file("images/canopy/resized",
package = "imageseg")
images_can <- loadImages(imageDir = wd_images_can)
images_can_aug <- dataAugmentation(images = images_can,
rotation_angles = c(0, 90, 180, 270),
flip = TRUE,
flop = TRUE)
images_can_aug
# }
Run the code above in your browser using DataLab