Skip to content

Generates 2D and 3D objects which can be used in the image processing routines as test images.

License

Notifications You must be signed in to change notification settings

hzarei4/SyntheticObjects.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generates 2D and 3D objects which can be used in the image processing routines as test images.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages