| Constructor and Description |
|---|
ImageFinder() |
ImageFinder(Image base) |
ImageFinder(IScreen scr) |
ImageFinder(Region reg) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
to explicitly free the Finder's resources
|
String |
find(Image img)
do a find op with the given pattern in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
find(Pattern pat)
do a find op with the given pattern in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
find(String filenameOrText)
do a find op with the given image or the given text in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
findAll(Image img)
do a findAll op with the given image in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
findAll(Pattern pat)
do a find op with the given pattern in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
findAll(String filenameOrText)
do a findAll op with the given image or the given text in the Finder's image
(hasNext() and next() will reveal possible match results)
|
String |
findText(String text)
do a text find with the given text in the Finder's image
(hasNext() and next() will reveal possible match results)
|
boolean |
hasChanges(org.opencv.core.Mat current) |
boolean |
hasNext() |
boolean |
isImage() |
boolean |
isValid() |
Match |
next() |
void |
remove()
not used
|
<PSI> ImageFind |
search(PSI probe,
Object... args) |
<PSI> ImageFind |
searchAll(PSI probe,
int sorted,
Object... args) |
<PSI> ImageFind |
searchAll(PSI probe,
Object... args) |
<PSI> ImageFind |
searchAny(PSI probe,
Object... args) |
<PSI> ImageFind |
searchSome(PSI probe,
int count,
Object... args) |
<PSI> ImageFind |
searchSome(PSI probe,
Object... args) |
void |
setFindTimeout(double t) |
boolean |
setImage(Image base) |
void |
setIsMultiFinder() |
void |
setMinChanges(int min) |
boolean |
setRegion(Region reg) |
boolean |
setScreen(IScreen scr) |
findAllText, resetImageequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ImageFinder()
public ImageFinder(Image base)
public ImageFinder(IScreen scr)
public ImageFinder(Region reg)
public void destroy()
Finderpublic void setIsMultiFinder()
public boolean setImage(Image base)
public boolean isImage()
public boolean setScreen(IScreen scr)
public boolean setRegion(Region reg)
public void setFindTimeout(double t)
public String find(Image img)
Finderpublic String find(String filenameOrText)
Finderpublic String find(Pattern pat)
Finderpublic String findText(String text)
Finderpublic String findAll(Image img)
Finderpublic String findAll(String filenameOrText)
Finderpublic String findAll(Pattern pat)
Finderpublic boolean hasChanges(org.opencv.core.Mat current)
public void setMinChanges(int min)
public boolean hasNext()
public Match next()
Copyright © 2017. All rights reserved.