poretga99
poretga99
SimpleElastix by default doesn't use the `FullSampler` component. You can manually enable the desired sampler by changing the CMake flag in SimpleElastix/SuperBuild/External_Elastix.cmake by changing the line `-DUSE_FullSampler:BOOL=OFF` to `-DUSE_FullSampler:BOOL=ON`. I'd...
As stated in the initial comment, the build tree is not problematic. If you want to install elastix via `make install` or any other way, you end up with all...
There's one slight problem with the conan package. Currently, there's no CUDA recipe for conan due to the licensig issue of redistributing CUDA binaries. Also, conan (conan-center-index) does not allow...
I see that conan recipe openBLAS already exists, therefore this shouldn't be a problem. Regarding CUDA, we can leave an option for conan recipe, which lets user enable it and...
I'd like to implement this version. @SpaceIm Is it possible to work only on ITK 5.3.0 and deprecate/leave the ITK 5.1.x packages? Currently, they are not conanv2 compatible, but this...
@Ruwei Due to the complexity of ITK's CMake configuration and multitude of the individual components, I did not proceed with the PR. I'm using the default `ITKConfig.cmake` which is prohibited...
Before deciding on which route to choose, maybe I should describe the setup first. I have a 2D3D registration problem. Given two reference XRays and CT image, I have to...
I managed to reconstruct the desired DRR by directly passing the detector points and source position as per your suggestion. Thanks for the help! Even though, I would be interested...
Can this PR proceed? We'd be more than happy if this landed in the main branch. We're currently patching released Emscripten manually.