4.8.1. thuner.detect.detect

Module for detecting objects in a grid.

Functions

threshold(grid, object_options)

Detect objects in the given grid using thresholding.

steiner(grid, object_options)

Detect objects in the given grid using the Steiner et al. (1995) method.

thuner.detect.detect.steiner(grid, object_options)[source]

Detect objects in the given grid using the Steiner et al. (1995) method.

thuner.detect.detect.threshold(grid, object_options)[source]

Detect objects in the given grid using thresholding.