Documentation | Build Status | Code Coverage |
---|---|---|
This package creates several synthetic objects in Julia to further process in the image processing routines.
SyntheticObjects.jl
can be installed using the command:
julia> ] add SyntheticObjects
julia> using SyntheticObjects
# this generates a pollen grain object array
arr_pollen = pollen3D((256, 256, 256));
# Or you can create a set of filaments in 3D:
arr_filaments = filaments3D((100,100,100); rel_theta=0, rand_offset=(0.2, 0.2, 0))