Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
mitk::nnInteractive | |
Functions | |
const MITKPYTHONSEGMENTATION_EXPORT std::string & | mitk::nnInteractive::GetInteractionTypeAsString (InteractionType interactionType) |
Converts an InteractionType to a corresponding string representation. More... | |
const MITKPYTHONSEGMENTATION_EXPORT std::array< InteractionType, 4 > & | mitk::nnInteractive::GetAllInteractionTypes () |
Returns all possible interaction types. More... | |
const MITKPYTHONSEGMENTATION_EXPORT std::string & | mitk::nnInteractive::GetPromptTypeAsString (PromptType promptType) |
Converts a PromptType to a corresponding string representation. More... | |
const MITKPYTHONSEGMENTATION_EXPORT std::array< PromptType, 2 > & | mitk::nnInteractive::GetAllPromptTypes () |
Returns all possible prompt types. More... | |
const MITKPYTHONSEGMENTATION_EXPORT std::string & | mitk::nnInteractive::GetBackendAsString (Backend backend) |
Converts a Backend type to a corresponding string representation. More... | |
const MITKPYTHONSEGMENTATION_EXPORT std::array< Backend, 2 > & | mitk::nnInteractive::GetAllBackends () |
Returns all possible backend types. More... | |
const MITKPYTHONSEGMENTATION_EXPORT Color & | mitk::nnInteractive::GetColor (PromptType promptType, ColorIntensity colorIntensity) |
Returns the color associated with a specific prompt type and color intensity. More... | |