We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested with both Slicer 4.10.1 and the current Slicer nightly (revision 28094) on Windows 10.
Unknown member "Colormap" of type "std::vector<uint8_t>"
Unknown member "MaximumNumberOfIterations" of type "std::vector<uint32_t>"
Unknown member "Transform" of type "Transform"
Unknown member "ClassWithInitialMean" of type "std::vector<double>"
The stderr messages originate in the code below:
SlicerSimpleFilters/SimpleFilters/SimpleFilters.py
Lines 811 to 813 in 8c27c74
The text was updated successfully, but these errors were encountered:
These appear to be types that are not known to the SimpleITK GUI. Additional support for arrays and transform in the preceding code block are needed.
Sorry, something went wrong.
No branches or pull requests
Tested with both Slicer 4.10.1 and the current Slicer nightly (revision 28094) on Windows 10.
The stderr messages originate in the code below:
SlicerSimpleFilters/SimpleFilters/SimpleFilters.py
Lines 811 to 813 in 8c27c74
The text was updated successfully, but these errors were encountered: