Is there C++ demo with similar functionarity as d01_standard_geometries.py
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 249
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Since the main project is a c++ version, is it possible to implement reconstruction with only c++ code? I found that there is a C++ shared library *.dll and corresponding head files in LEAP, but the input data is simply float *, it is difficult to find how to handle this kind of memory instead of numpy structure. Dear Kyle Champley, Could you present a c++ version demo like d01_standard_geometries.py please? Thanks a lot.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading d01_standard_geometries.py and the C++ shared-library headers mentioned in the issue, focusing on how float* inputs are expected to be handled. A suitable result would be a C++ example demonstrating equivalent reconstruction and memory handling, with enough detail to run it without relying on NumPy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100