Functions for generating images with content.
fill_annular_circular_cylinder(...) | Fills an annular cylinder volume of voxels with a specified fill-value. |
fill_box(( (object)input, (object)centre, ...) | Fills a box volume of voxels with a specified fill-value. |
fill_circular_cylinder(( (object)input, ...) | Fills an cylindrical volume of voxels with a specified fill-value. |
fill_ellipsoid(( (object)input, ...) | Fills an ellipsoid volume of voxels with a specified fill-value. |
createCheckerDds(shape, checkShape[, ...]) | Creates a 3D checker-board image. |
chi_squared_noise(shape[, dof, dtype, ...]) | Generates image of Chi-Squared distributed noise. |
gaussian_noise(shape[, mean, stdd, dtype, ...]) | Generates image of Gaussian (Normal) distributed noise. |
gaussian_noise_like(input[, mean, stdd, ...]) | Generates image of Gaussian (Normal) distributed noise. |