Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 3D Shepp-Logan and array type modification #154

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hzarei4
Copy link

@hzarei4 hzarei4 commented Jun 11, 2024

In this work, I developed this package to support 3D Shepp-Logan data. It is also optimized in case of speed and memory allocations. The user can now define which array type is needed and this function can return that defined type in the function input argument.

julia> @btime a = TestImages.shepp_logan(100, 100, 100);
  26.277 ms (67 allocations: 7.64 MiB)

julia> @btime a = TestImages.shepp_logan(100, 100, 1);
  251.000 μs (65 allocations: 83.50 KiB)

In addition, I tested with the Julia version 1.6.7 and it is compatible with this older Julia version.

With this machine hardware and software configuration:

julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd4843 (2024-06-04 10:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: 16 × 11th Gen Intel(R) Core(TM) i7-11700KF @ 3.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, rocketlake)
Threads: 16 default, 0 interactive, 8 GC (on 16 virtual cores)
Environment:
  JULIA_EDITOR = code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant