-
SimpleElastix is a very good project. Currently, I want to registration the lung image of inspiration/expiratory. I use the default parameter (https://simpleelastix.readthedocs.io/NonRigidRegistration…
-
Thanks for your released code.
When conducting experiments on the Horse scene, Francis scene and Church scene of the Tanks dataset using the default.yaml file, I found that the results were much wo…
-
also set default values as in splinter?
-
I am using AffineTransform to transform a large number of volumes and the interpolation process allocated a huge amount of memory. I know there is a `interpolate!` function. However `interpolate!` wou…
-
Original conversation on the [SimpleITK repository](https://github.com/SimpleITK/SimpleITK/issues/1258), continued here.
-
``` // Degree 1 corresponds to A=Id, so no need to call a solver
if constexpr (bsplines_type::degree() == 1)
return compute_interpolant_degree1(spline, vals);
```
Is not in the ma…
-
I looked a bit more into the crashes that I had for these two steering functions, and they actually happen on the master branch too. So should not be related to the sampler.
I get
```
benchmark:…
-
-
The TF graphics library currently only supports B-Spline interpolation for uniform b-splines. Are there any plans to extend this to Non-Uniform Rational B-Splines (NURBS)? This would essentially mean …
-
Hi,
I found your package very interesting and I want to run it. But I could not find any install script for all dependencies or instruction how to build it. So I start to figure out by myself, but …