API reference#

bwtrack.bwtrack.find_black(img[, size, ...])

Find black particles in 乔哥's image.

bwtrack.bwtrack.find_white(img[, size, ...])

Find "white" particles in Qiaoge's images of particles at water-oil interface.

bwtrack.bwtrack.mexican_hat([shape, sigma])

2D mexican hat mask

bwtrack.bwtrack.show_result(img, particles)

Convenient function to plot particles on top of the raw image.