Description Usage Arguments Examples
Return the image after removing the shortest path. We apply Dijkstra or Bellman Ford algorithms to find the shortest path and after that we remove it.
1 | remove_seam(image,algorithm)
|
image |
a given image |
algorithm |
Dijkstra ou BellmanFord |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.