|
Post by xxdxmhippiexx on Feb 18, 2017 0:52:02 GMT
Is there any difference here?
reg = Region(x,y,w,h) reg:exist('img.png')
reg = Region(x,y,w,h)
Settings:setROI(reg) exist('img.png')
|
|
|
Post by AnkuLua on Feb 18, 2017 6:53:35 GMT
In your case, there is no difference. Just be careful, setROI is global and will impact all following searching functions, except those with regions.
|
|