MCPcopy Create free account

hub / github.com/Acly/krita-vision-tools / types & classes

Types & classes32 in github.com/Acly/krita-vision-tools

↓ 1 callersClassVisionMLExtension
Loader for Vision ML tools and filters. This is not actually a Python plugin, it just acts as a loader for the native libraries. This makes d
python/extension.py:31
ClassBackgroundRemovalFilter
src/filters/BackgroundRemovalFilter.h:7
ClassBackgroundRemovalWidget
src/filters/BackgroundRemovalFilter.cpp:21
ClassImageInput
src/segmentation/SegmentationToolHelper.h:29
ClassInpaintTool
src/inpaint/InpaintTool.h:29
ClassInpaintTool::Private
src/inpaint/InpaintTool.cpp:151
ClassInpaintToolFactory
src/inpaint/InpaintTool.h:69
ClassKisKActionCollection
src/inpaint/InpaintTool.h:21
ClassKisPaintDevice
src/VisionML.h:20
ClassKisPaintInformation
src/inpaint/InpaintTool.h:23
ClassKisProcessingApplicator
src/segmentation/SegmentationToolHelper.h:19
ClassKisSpacingInformation
src/inpaint/InpaintTool.h:24
ClassKoCanvasBase
src/inpaint/InpaintTool.h:22
ClassKoGroupButton
src/segmentation/SegmentationToolHelper.h:20
ClassPaths
src/VisionML.cpp:37
ClassPrivate
src/inpaint/InpaintTool.h:63
ClassRectangleForSegmentationTool
src/segmentation/SelectSegmentFromRectTool.h:10
EnumSegmentationMode
src/VisionML.h:22
ClassSegmentationToolHelper
Class which implements the shared functionality for segmentation tools. Each tool has its own instance.
src/segmentation/SegmentationToolHelper.h:23
ClassSelectSegmentFromPointTool
src/segmentation/SelectSegmentFromPointTool.h:9
ClassSelectSegmentFromPointToolFactory
src/segmentation/SelectSegmentFromPointTool.h:52
ClassSelectSegmentFromRectTool
src/segmentation/SelectSegmentFromRectTool.h:17
ClassSelectSegmentFromRectToolFactory
src/segmentation/SelectSegmentFromRectTool.h:57
ClassSelectionOptions
src/segmentation/SegmentationToolHelper.h:37
ClassVisionMLBackendWidget
Shows a widget to switch between CPU and GPU backends. Shared across all tools.
src/VisionML.h:99
ClassVisionMLErrorReporter
Helper to report errors from different threads ("stroke applicators")
src/VisionML.h:140
ClassVisionMLImage
Helper for reading images from paint device to a format compatible with vision models.
src/VisionML.h:84
ClassVisionMLInpaintCommand
src/inpaint/InpaintTool.cpp:72
ClassVisionMLModelSelect
Shows a drop-down list with available models. Shared across specific tasks.
src/VisionML.h:117
ClassVisionMLPlugin
src/VisionMLPlugin.h:9
EnumVisionMLTask
src/VisionML.h:27
ClassVisionModels
Vision ML library, environment and config. One instance is shared between individual tools.
src/VisionML.h:35