-
-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
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
Wrap LabelSetMeasures in LabelOverlapMeasuresImageFilter #4221
base: master
Are you sure you want to change the base?
Conversation
76a9429
to
bf14387
Compare
32dbcad
to
5f66a80
Compare
Currently running into:
|
c585070
to
6962a00
Compare
What is |
|
@dzenanz could you please rebase and push? I am wondering if recent SWIG updates have helped. |
This exposes the return value from itk::LabelOverlapMeasuresImageFilter::GetLabelSetMeasures() as a Python dictionary instead of <Swig Object of type 'std::unordered_map< unsigned char,itkLabelOverlapMeasuresImageFilterIUC3::LabelSetMeasures > *'> This is needed for convenient use of the class from Python. The class has been un-nested to make wrapping easier/possible.
This exposes the return value from
itk::LabelOverlapMeasuresImageFilter::GetLabelSetMeasures()
as a Python dictionary instead of<Swig Object of type 'std::unordered_map< unsigned char,itkLabelOverlapMeasuresImageFilterIUC3::LabelSetMeasures > *'>
. This is needed for convenient use of the class from Python.PR Checklist