Andras Lasso

Results 869 comments of Andras Lasso

We build Elastix that is bundled with the extension using default options. Usually what is not included by default is experimental or problematic. I would recommend to get an Elastix...

Instead of setting initial transform, harden the transforms on the inputs. That would tell if the problem is with the initial transform setting or something else.

If you still need this then please send a pull request with the necessary CMake files changes.

Search for "install" word in CMake files.

The crash could be fixed in VTK by adding an explicit `if (!std::isnan(x))` check, but maybe it is OK to just wait for a compiler update, as NaN-valued volumes are...

Yes, this crash happens with the latest MSVC compiler. A new version is expected within a few months, which may or may not have a fix for this.

I've updated to latest `Visual Studio 2022 (v143)` platform toolset, which contained `Microsoft (R) C/C++ Optimizing Compiler Version 19.41.34120 for x64` and with this compiler the test was **successful**. We...

I did not change any compilation flags, just updated the compiler. The bug may be in code that the compiler generated, not necessarily in runtime libraries. Also, as far as...

Let me know if this is ready for review. Thank you!

@Sunderlandkyl It would be great if you could finalize this and then we could announce the feature. Thank you!