simulations#

Collection of functions for performing numerical simulations on images#

This module contains routines for performing simulations directly on images.

simulations.drainage(im, voxel_size[, pc, ...])

Simulate drainage using image-based sphere insertion, optionally including gravity

simulations.tortuosity_fd(im, axis[, solver])

Calculates the tortuosity of image in the specified direction.