trackpy.preprocessing

Functions

bandpass(image, lshort, llong[, threshold, ...])

Remove noise and background variation.

boxcar(image, size)

Compute a rolling (boxcar) average of an image.

convert_to_int(image[, dtype])

Convert the image to integer and normalize if applicable.

invert_image(raw_image[, max_value])

This function has been made lazy.

legacy_bandpass(image, lshort, llong[, ...])

Remove noise and background variation.

legacy_bandpass_fftw(image, lshort, llong[, ...])

Remove noise and background variation.

lowpass(image[, sigma, truncate])

Remove noise by convolving with a Gaussian.

scale_to_gamut(image, original_dtype[, ...])

scalefactor_to_gamut(image, original_dtype)