trackpy.feature

Functions

batch(frames, diameter[, output, meta, ...])

Locate Gaussian-like blobs of some approximate size in a set of images.

characterize(coords, image, radius[, ...])

Characterize a 2d ndarray of coordinates.

estimate_mass(image, radius, coord)

Compute the total brightness in the neighborhood of a local maximum.

estimate_size(image, radius, coord, ...)

Compute the total brightness in the neighborhood of a local maximum.

local_maxima(image, radius[, percentile, margin])

Find local maxima whose brightness is above a given percentile.

locate(raw_image, diameter[, minmass, ...])

Locate Gaussian-like blobs of some approximate size in an image.

minmass_v03_change(raw_image, old_minmass[, ...])

Convert minmass value from v0.2.4 to v0.3.

minmass_v04_change(raw_image, old_minmass, ...)

Convert minmass value from v0.3 to v0.4.

refine(*args, **kwargs)

Deprecated.