Andras Lasso
Andras Lasso
As I understand, the ngff file will define multiple coordinate systems and transforms between them. ITK will specify "image" and "physical" coordinate systems and an affine transform between them. Each...
`axes` will refer to axes of `coordinateSystems` (not axes of the image) as soon as #138 is merged
I've fixed up all the remaining issues and will merge now.
If no memory leaks are detected without running your script, and memory leak is reported if running your script then the root cause is most likely that your script created...
You need to build VTK with USE_VTK_DEBUG_LEAKS enabled.
I think you need at least RelWithDebInfo mode to see method names and line numbers (and have the ability to debug into the code if the stack trace is not...
VTK is much smarter now. It can record the stack trace of all allocations of a given class. On exit, it can print all those stack traces that belong to...
How does this work in practice? Could you update the installation instructions with the simplified method?
The test passes if it does not raise an exception.
This test is certainly very useful for catching some me errors. It is promising for automatically generating tutorials, but for that it would be important to see mouse pointer and...