seam_carving <- function(image,algo,nb){ for (i in 1:nb){ image = remove_seam(image,algo) } return(image) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.