sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54429
Re: [Question #688961]: about onChange() function
Question #688961 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688961
RaiMan posted a new comment:
--- about subtract (from the OpenCV docs):
Difference between two arrays, when both input arrays have the same size and the same number of channels:
dst(I)=saturate(src1(I)−src2(I))
... and saturate exactly means: results <0 to null and >255 to 255.
--- if it is < 0, it will from 255 again
is wrap-around
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.