MCPcopy Create free account

hub / github.com/Acly/krita-vision-tools / functions

Functions121 in github.com/Acly/krita-vision-tools

↓ 5 callersMethodid
src/filters/BackgroundRemovalFilter.h:17
↓ 4 callersMethodbackend
src/VisionML.cpp:275
↓ 2 callersFunction_env_add_path
(var: str, *paths: str | Path)
python/extension.py:17
↓ 2 callersFunction_restore_env
(var: str, value: str)
python/extension.py:26
↓ 2 callersMethodaddOptions
src/segmentation/SegmentationToolHelper.cpp:271
↓ 2 callersMethodapplySelectionMask
src/segmentation/SegmentationToolHelper.cpp:121
↓ 2 callersFunctionconvert
src/segmentation/SegmentationToolHelper.cpp:25
↓ 2 callersMethodconvertToQImage
Convert outputs to QImage - this is mainly because they're RGBA, but Krita paint device uses BGRA internally (but may also use some other color space)
src/VisionML.cpp:368
↓ 2 callersFunctionfindModelPath
src/VisionML.cpp:68
↓ 2 callersMethodhasSegmentationImage
src/VisionML.cpp:183
↓ 2 callersFunctionloadGGMLBackend
src/VisionML.cpp:55
↓ 2 callersMethodpredictSegmentationMask
src/VisionML.cpp:188
↓ 2 callersMethodprocessImage
src/segmentation/SegmentationToolHelper.cpp:79
↓ 2 callersMethodremoveBackground
src/VisionML.cpp:200
↓ 2 callersMethodsetBackend
src/VisionML.cpp:280
↓ 2 callersMethodsetModelName
src/VisionML.cpp:301
↓ 2 callersMethodunload
src/VisionML.cpp:243
↓ 1 callersFunctionadjustSelection
src/segmentation/SegmentationToolHelper.cpp:40
↓ 1 callersMethodbackendDeviceDescription
src/VisionML.cpp:313
↓ 1 callersMethodencodeSegmentationImage
src/VisionML.cpp:172
↓ 1 callersFunctionimageBounds
src/segmentation/SegmentationToolHelper.cpp:35
↓ 1 callersFunctioninitPaths
src/VisionML.cpp:43
↓ 1 callersMethodinjectTools
Injects tool actions into KoToolManager directly. Usually it polls them from KoToolRegistry when it's created. But when loading the plugin via Python,
src/VisionMLPlugin.cpp:46
↓ 1 callersMethodinpaint
src/VisionML.cpp:233
↓ 1 callersMethodnotifyImageChanged
src/segmentation/SegmentationToolHelper.h:50
↓ 1 callersFunctionpadBounds
src/inpaint/InpaintTool.cpp:34
↓ 1 callersFunctiontoString
src/VisionML.cpp:82
↓ 1 callersFunctionunloadFromGPU
src/VisionML.cpp:96
MethodBackgroundRemovalFilter
src/filters/BackgroundRemovalFilter.cpp:99
MethodInpaintTool
src/inpaint/InpaintTool.cpp:163
MethodInpaintToolFactory
src/inpaint/InpaintTool.h:72
MethodRectangleForSegmentationTool
src/segmentation/SelectSegmentFromRectTool.cpp:9
MethodSegmentationToolHelper
src/segmentation/SegmentationToolHelper.cpp:74
MethodSelectSegmentFromPointTool
src/segmentation/SelectSegmentFromPointTool.cpp:17
MethodSelectSegmentFromPointToolFactory
src/segmentation/SelectSegmentFromPointTool.h:55
MethodSelectSegmentFromRectTool
src/segmentation/SelectSegmentFromRectTool.cpp:17
MethodSelectSegmentFromRectToolFactory
src/segmentation/SelectSegmentFromRectTool.h:60
MethodVisionMLBackendWidget
src/VisionML.cpp:391
MethodVisionMLErrorReporter
src/VisionML.cpp:559
MethodVisionMLInpaintCommand
src/inpaint/InpaintTool.cpp:75
MethodVisionMLModelSelect
src/VisionML.cpp:452
MethodVisionMLPlugin
src/VisionMLPlugin.cpp:19
MethodVisionModels
src/VisionML.cpp:116
Method__init__
(self, parent)
python/extension.py:38
Methodactivate
src/segmentation/SelectSegmentFromPointTool.cpp:27
Methodactivate
src/inpaint/InpaintTool.cpp:185
MethodactivatePrimaryAction
src/inpaint/InpaintTool.cpp:201
MethodaddMaskPath
src/inpaint/InpaintTool.cpp:213
MethodbeginPrimaryAction
src/segmentation/SelectSegmentFromPointTool.cpp:51
MethodbeginPrimaryAction
src/segmentation/SelectSegmentFromRectTool.cpp:30
MethodbeginPrimaryAction
src/inpaint/InpaintTool.cpp:227
MethodbeginShape
src/segmentation/SelectSegmentFromRectTool.cpp:36
MethodbrushOutline
src/inpaint/InpaintTool.cpp:287
MethodchangedRect
src/filters/BackgroundRemovalFilter.cpp:189
MethodcleanUp
src/VisionML.cpp:328
Functionconfiguration
src/filters/BackgroundRemovalFilter.cpp:68
MethodconfigureModel
src/VisionML.cpp:146
MethodcontinuePrimaryAction
src/inpaint/InpaintTool.cpp:247
Methodcreate
src/VisionML.cpp:105
MethodcreateActions
(self, window)
python/extension.py:82
MethodcreateConfigurationWidget
src/filters/BackgroundRemovalFilter.cpp:110
MethodcreateOptionWidget
src/segmentation/SelectSegmentFromPointTool.cpp:95
MethodcreateOptionWidget
src/segmentation/SelectSegmentFromRectTool.cpp:70
MethodcreateOptionWidget
src/inpaint/InpaintTool.cpp:363
MethodcreateTool
src/segmentation/SelectSegmentFromRectTool.h:71
MethodcreateTool
src/segmentation/SelectSegmentFromPointTool.h:66
MethodcreateTool
src/inpaint/InpaintTool.h:87
Methoddeactivate
src/segmentation/SelectSegmentFromPointTool.cpp:37
Methoddeactivate
src/segmentation/SelectSegmentFromRectTool.cpp:24
Methoddeactivate
src/segmentation/SegmentationToolHelper.cpp:264
Methoddeactivate
src/inpaint/InpaintTool.cpp:190
MethoddeactivatePrimaryAction
src/inpaint/InpaintTool.cpp:207
MethoddefaultConfiguration
src/filters/BackgroundRemovalFilter.cpp:115
MethodendPrimaryAction
src/segmentation/SelectSegmentFromPointTool.cpp:79
MethodendPrimaryAction
src/inpaint/InpaintTool.cpp:254
MethodendShape
src/segmentation/SelectSegmentFromRectTool.cpp:41
MethodfinishRect
src/segmentation/SelectSegmentFromRectTool.cpp:46
Methodflags
src/inpaint/InpaintTool.h:45
MethodgetBrushOutlinePath
src/inpaint/InpaintTool.cpp:295
FunctionhandleBackendChange
src/filters/BackgroundRemovalFilter.cpp:85
FunctionhandleGGMLFatalError
src/VisionML.cpp:31
FunctionhandleModelChange
src/filters/BackgroundRemovalFilter.cpp:78
Methodinitialize
src/VisionML.cpp:155
MethodisPixelOnly
src/segmentation/SelectSegmentFromRectTool.h:43
MethodisPixelOnly
src/segmentation/SelectSegmentFromPointTool.h:30
Functionload_vision_ml_plugin
Entry point for loading the plugin dynamically from Python, rather than letting Krita discover it from the installation plugins folder.
src/VisionMLPlugin.cpp:63
MethodmergeColorLayers
src/segmentation/SegmentationToolHelper.cpp:233
MethodmodelPath
src/VisionML.cpp:266
MethodneededRect
src/filters/BackgroundRemovalFilter.cpp:184
MethodopenModelsFolder
src/VisionML.cpp:546
Functionoperator!=
src/segmentation/SegmentationToolHelper.cpp:66
Functionoperator==
src/segmentation/SegmentationToolHelper.cpp:60
Methodpaint
src/segmentation/SelectSegmentFromPointTool.cpp:89
Methodpaint
src/inpaint/InpaintTool.cpp:91
Methodpaint
src/inpaint/InpaintTool.cpp:345
Methodprepare
src/VisionML.cpp:340
MethodprocessImpl
src/filters/BackgroundRemovalFilter.cpp:124
MethodrequestUpdateOutline
src/inpaint/InpaintTool.cpp:309
MethodresetCursorStyle
src/segmentation/SelectSegmentFromPointTool.cpp:103
MethodresetCursorStyle
src/segmentation/SelectSegmentFromRectTool.cpp:78
next →1–100 of 121, ranked by callers