ITKGrowCut icon indicating copy to clipboard operation
ITKGrowCut copied to clipboard

ITKGrowCut is a remote module for ITK. It segments a 3D image from user-provided foreground and background seeds.

Results 3 ITKGrowCut issues
Sort by recently updated
recently updated
newest added

If DistancePenalty is changed then all the internal distance volume would need to be recomputed from scratch. However, currently this is not happening. The result is that after an initial...

Transition project configuration to `pyproject.toml`. Used the `setup-py-to-pyproject-toml.py` script in the `ITKModuleTemplate` repository: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate as a starting base, then made manual changes as necessary. Require `itk == 5.4.*` and bump...

Upgrade CI testing to use the latest ITK 5.4.0 version and CI configuration. Committed via https://github.com/asottile/all-repos