remove_seam: Remove the shortest image

Description Usage Arguments Examples

View source: R/remove_seam.R

Description

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.

Usage

1
remove_seam(image,algorithm)

Arguments

image

a given image

algorithm

Dijkstra ou BellmanFord

Examples

1

Faheemah-p/ShortPath documentation built on Feb. 3, 2022, 7:20 p.m.