SyntheticObjects.jl

Generates 2D and 3D objects which can be used in the image processing routines as test images.
Author hzarei4
Popularity
2 Stars
Updated Last
3 Months Ago
Started In
April 2024

SyntheticObjects

Documentation Build Status Code Coverage

This package creates several synthetic objects in Julia to further process in the image processing routines.

Installation

SyntheticObjects.jl can be installed using the command:

julia> ] add SyntheticObjects

Examples

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))

Used By Packages

No packages found.