Description Usage Arguments Value
View source: R/active_contour.R
Evolves an active contour
| 1 2 | active_contour(phi, g, n_iter = 2000, v = 1, dt = 1, buffer = 3,
  show = FALSE, orig_image = NA)
 | 
| phi | an inital contour | 
| g | the stopping function of the contour | 
| n_iter | the maximal number of iterations | 
| v | the velocity of the development of the contour | 
| dt | the time interval of the contour development | 
| buffer | the buffer of the contour around the shape | 
| show | should the development of the contour be shown interactively | 
| orig_image | the original image on which the contour should be developed. Only necessary if  | 
the active contour around the features of the image
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.