what opencv mask

Asked by KaMiNsKy

what mask you use? i am try find with multithreading(over 100 threads), but time to find is up.
thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

what do you mean by mask?

what system?

what version?

what exactly are you doing?
most parts of Sikuli are not really thread safe.

Revision history for this message
KaMiNsKy (olexsbas) said :
#2

i use opencv to find match image, and if possible exchange information what method u use for match template

Revision history for this message
Best RaiMan (raimund-hocke) said :
#3

This is the C++ module that finally fires the matchTemplate with different "masks" depending on situation (colored, grayscale, exact match expected, ...)
https://github.com/RaiMan/SikuliX-Natives/blob/master/src/main/native/Vision/pyramid-template-matcher.cpp

Revision history for this message
KaMiNsKy (olexsbas) said :
#4

greate! thanks!! i see can be find with gpu, how it use in sikuli?

Revision history for this message
RaiMan (raimund-hocke) said :
#5

currently switched off at compile time and not ready to use.

This module was not touched since 2 years at least.

Revision history for this message
KaMiNsKy (olexsbas) said :
#6

Thanks RaiMan, that solved my question.