Skip to content

Improve finding of python classes  #317

@kolibril13

Description

@kolibril13

Let's say I want to find out more about BinaryDilate
Here are some approaches:

A)

Looking in the simpleitk documentation search get one hit and that is only the migration guide:
image

B)

In the C++ API I can only find BinaryDilateImageFilter
But that does not help me too much in finding out how to e.g. change the kernelType parameter.

C)

Finally, I can search in the GithubNotebooks repo but also here, not too much information about setting the parameter.
image

Solutions:

idea i)

adding a notebook into the notebook gallery, where this parameter is set, e.g. something like this:
https://simpleitk.org/doxygen/latest/html/namespaceitk_1_1simple.html#a38998f2c7b469b1ad8e337a0c6c0697b
image

idea ii)

adding more documentation about how to set parameters in python at simpleitk.readthedocs.io

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions