|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Namespaces | |
| mitk | |
| Find image slices visible on a given plane. | |
| mitk::nnInteractive | |
Enumerations | |
| enum class | mitk::nnInteractive::InteractionType { mitk::nnInteractive::Point , mitk::nnInteractive::Box , mitk::nnInteractive::Scribble , mitk::nnInteractive::Lasso } |
| Specifies the types of interactions available. More... | |
| enum class | mitk::nnInteractive::InteractionMode { mitk::nnInteractive::Default , mitk::nnInteractive::BlockLMBDisplayInteraction } |
| Specifies the interaction modes for interactors. More... | |
| enum class | mitk::nnInteractive::PromptType { mitk::nnInteractive::Positive , mitk::nnInteractive::Negative } |
| Specifies the types of prompts used in nnInteractive. More... | |
| enum class | mitk::nnInteractive::Backend { mitk::nnInteractive::CUDA , mitk::nnInteractive::CPU } |
| Specifies the computation backends available for nnInteractive. More... | |
| enum class | mitk::nnInteractive::ColorIntensity { mitk::nnInteractive::Muted , mitk::nnInteractive::Vibrant } |
| Specifies the intensity of the colors used in an interaction. More... | |
Functions | |
| MITKPYTHONSEGMENTATION_EXPORT const std::string & | mitk::nnInteractive::GetInteractionTypeAsString (InteractionType interactionType) |
| Converts an InteractionType to a corresponding string representation. More... | |
| MITKPYTHONSEGMENTATION_EXPORT const std::array< InteractionType, 4 > & | mitk::nnInteractive::GetAllInteractionTypes () |
| Returns all possible interaction types. More... | |
| MITKPYTHONSEGMENTATION_EXPORT const std::string & | mitk::nnInteractive::GetPromptTypeAsString (PromptType promptType) |
| Converts a PromptType to a corresponding string representation. More... | |
| MITKPYTHONSEGMENTATION_EXPORT const std::array< PromptType, 2 > & | mitk::nnInteractive::GetAllPromptTypes () |
| Returns all possible prompt types. More... | |
| MITKPYTHONSEGMENTATION_EXPORT const std::string & | mitk::nnInteractive::GetBackendAsString (Backend backend) |
| Converts a Backend type to a corresponding string representation. More... | |
| MITKPYTHONSEGMENTATION_EXPORT const std::array< Backend, 2 > & | mitk::nnInteractive::GetAllBackends () |
| Returns all possible backend types. More... | |
| MITKPYTHONSEGMENTATION_EXPORT const Color & | mitk::nnInteractive::GetColor (PromptType promptType, ColorIntensity colorIntensity) |
| Returns the color associated with a specific prompt type and color intensity. More... | |