Description Usage Arguments Value Examples
View source: R/sc_mark_leastCSeam.R
Marks the least cost seam in vertical direction.
1 | sc_mark_leastCSeam(imgPath)
|
imgPath |
Path to a three channel image. (.PNG / .JPG / .TIF) |
SC-SImage <EnergyMap & Image with marked seam>
1 2 3 4 5 6 | library(EBImage)
filePath <- system.file("images", "sample-color.png", package="EBImage")
seam_image <- sc_mark_leastCSeam(filePath)
display(seam_image$energy_map)
display(seam_image$seam_image)
class(seam_image)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.