tobac.segmentation#

Description

Functions

segmentation(features, field, dxy[, ...])

Use watershedding to determine region above a threshold value around initial seeding position for all time steps of the input data.

segmentation_2D(features, field, dxy[, ...])

Wrapper for the segmentation()-function.

segmentation_3D(features, field, dxy[, ...])

Wrapper for the segmentation()-function.

watershedding_2D(track, field_in, **kwargs)

Wrapper for the segmentation()-function.

watershedding_3D(track, field_in, **kwargs)

Wrapper for the segmentation()-function.