Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
I've been playing with building ITK with different build settings enabled/disabled, and a few times I've hit this error:
/Users/sean/external/ITK/Modules/Remote/MeshNoise/test/itkAdditiveGaussianNoiseMeshFilterTest.cxx:56:20: error: no viable conversion from 'const double' to 'VectorType' (aka 'Vector<float, 3U>')
56 | sphere->SetScale(SPHERE_SCALE);
| ^~~~~~~~~~~~
I'm not even sure which thing I turned on that made this code build. I understand that MeshNoise is a remote module, but for the life of me I don't see any Module_MeshNoise to turn OFF.
I've been playing with building ITK with different build settings enabled/disabled, and a few times I've hit this error:
I'm not even sure which thing I turned on that made this code build. I understand that
MeshNoise
is a remote module, but for the life of me I don't see anyModule_MeshNoise
to turn OFF.