Skip to content

Commit 40071dd

Browse files
authored
Update README with shared library creation instructions
Added instructions for creating a shared library in Python and C++.
1 parent 04d210e commit 40071dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • PW44_2026_GranCanaria/Projects/ValidationOfRadiomicsJlLibraryByUsingOvarianCancerImagesAndPossibleIntegrationInSlicer

PW44_2026_GranCanaria/Projects/ValidationOfRadiomicsJlLibraryByUsingOvarianCancerImagesAndPossibleIntegrationInSlicer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ spacing = list(ct_sitk.GetSpacing())
9595
radiomic_features = dict(jl.Radiomics.extract_radiomic_features(ct, mask, spacing))
9696
```
9797
3. Created a shared library and used it both in Python and C++
98+
9899
```julia
99100
using PackageCompiler
100101

@@ -104,6 +105,7 @@ create_library(".", "radiomicsjl_build";
104105
incremental=true,
105106
filter_stdlibs=true)
106107
```
108+
107109
4. Collected very useful comments, suggestions, and potential use-cases (thanks Andrey Fedorov!)
108110

109111

0 commit comments

Comments
 (0)