#' Seam Carving - Content Aware Image Resizing
#'
#' The Seam Carving package provides functionalities for changing image dimensions by removing or adding 6-connected seams of pixels.
#'
#' @section Functions:
#' sc_reduce(...)
#'
#' sc_increase(...)
#'
#' sc_mark_leastCSeam(...)
#'
#' @docType package
#' @name sc
#' @importFrom EBImage filter2 imageData Image readImage
#' @importFrom stats na.omit
#' @importFrom R.utils insert
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.