trackpy.find

Functions

drop_close(pos, separation[, intensity])

Removes features that are closer than separation from other features.

grey_dilation(image, separation[, ...])

Find local maxima whose brightness is above a given percentile.

grey_dilation_legacy(image, separation[, ...])

Find local maxima whose brightness is above a given percentile.

percentile_threshold(image, percentile)

Find grayscale threshold based on distribution in image.

where_close(pos, separation[, intensity])

Returns indices of features that are closer than separation from other features.