active_contour: Evolves an active contour

Description Usage Arguments Value

View source: R/active_contour.R

Description

Evolves an active contour

Usage

1
2
active_contour(phi, g, n_iter = 2000, v = 1, dt = 1, buffer = 3,
  show = FALSE, orig_image = NA)

Arguments

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 show=TRUE

Value

the active contour around the features of the image


ISAAKiel/shapAAR documentation built on July 9, 2020, 4:05 a.m.