Matt McCormick

Results 1097 comments of Matt McCormick

> Modifying the global locale state is not concurrent thread safe. > > There is some discussion here: https://stackoverflow.com/questions/4057319/is-setlocale-thread-safe-function about alternatives that provide thread local settings. It may be OS...

@copilot apply changes based on the Copilot review comments in [this thread](https://github.com/InsightSoftwareConsortium/ITK/pull/5684#pullrequestreview-3589113537)

@copilot specify the third template parameter TVirtualImage, based on the wrapped image types. Also, add a test per the example in the pull request comment.

@copilot fix the wrapping of `MeanSquaresImageToImageMetricv4` and other `ImageToImageMetricv4` classes to be instantiated over TVirtualImage like `ObjectToObjectMultiMetricv4`. Then update the test to include this specification.

Address and re-enable in CI - revert 189f9853d15fa925d5b42f63e2634f3bfe893bc3

@blowekamp wow! Awesome! Thank you so much for contributing this! I'll push it forward

> @thewtex, do you agree with being added as a maintainer? @goanpeca happy to help out. Yes. I also nominate @ViktorvdValk :-)

More on the driving use case: we want points drawn on one image to be in world space so they can be used relative to points in another image that...

Thanks @N-Dekker for the excellent write-up and @psobolewskiPhD @Czaki @brisvag for your input and guidance. 👍 to additional documentation on the napari data model, user side transforms, layers, and how...

Reviews on how to convert and preserve napari-itk metadata for points layers are greatly appreciated 🙏 : https://github.com/InsightSoftwareConsortium/itk-napari-conversion/pull/13