NVIDIA / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK
Other
307 stars 64 forks source link

Migrate to MITK's latest API breaking changes #94

Closed kislinsk closed 2 years ago

kislinsk commented 2 years ago

It's a straight forward migration. All the segmentation tools must access the tool manager through GetToolManager() instead of having it available as inherited class member m_ToolManager.