MCPcopy Create free account
hub / github.com/Acly/krita-vision-tools / predictSegmentationMask

Method predictSegmentationMask

src/VisionML.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188visp::image_data VisionModels::predictSegmentationMask(visp::i32x2 point)
189{
190 QMutexLocker lock(&m_mutex);
191 return visp::sam_compute(m_sam, point);
192}
193
194visp::image_data VisionModels::predictSegmentationMask(visp::box_2d box)
195{

Callers 1

applySelectionMaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected