Medical Imaging Interaction Toolkit  2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
mitknnInteractiveEnums.h File Reference

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 mitk::nnInteractive
 

Enumerations

enum  mitk::nnInteractive::InteractionType { mitk::nnInteractive::InteractionType::Point, mitk::nnInteractive::InteractionType::Box, mitk::nnInteractive::InteractionType::Scribble, mitk::nnInteractive::InteractionType::Lasso }
 Specifies the types of interactions available. More...
 
enum  mitk::nnInteractive::InteractionMode { mitk::nnInteractive::InteractionMode::Default, mitk::nnInteractive::InteractionMode::BlockLMBDisplayInteraction }
 Specifies the interaction modes for interactors. More...
 
enum  mitk::nnInteractive::PromptType { mitk::nnInteractive::PromptType::Positive, mitk::nnInteractive::PromptType::Negative }
 Specifies the types of prompts used in nnInteractive. More...
 
enum  mitk::nnInteractive::Backend { mitk::nnInteractive::Backend::CUDA, mitk::nnInteractive::Backend::CPU }
 Specifies the computation backends available for nnInteractive. More...
 
enum  mitk::nnInteractive::ColorIntensity { mitk::nnInteractive::ColorIntensity::Muted, mitk::nnInteractive::ColorIntensity::Vibrant }
 Specifies the intensity of the colors used in an interaction. More...
 

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...