Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages