|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sikuli.core.search.TemplateMatcher
public class TemplateMatcher
| Nested Class Summary | |
|---|---|
static class |
TemplateMatcher.Result
|
| Constructor Summary | |
|---|---|
TemplateMatcher()
|
|
| Method Summary | |
|---|---|
static List<TemplateMatcher.Result> |
findMatchesByGrayscaleAtOriginalResolution(BufferedImage input,
BufferedImage target,
int limit,
double minScore)
|
static List<TemplateMatcher.Result> |
findMatchesByGrayscaleAtOriginalResolutionWithROIs(BufferedImage input,
BufferedImage target,
int limit,
double minScore,
List<Rectangle> rois)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateMatcher()
| Method Detail |
|---|
public static List<TemplateMatcher.Result> findMatchesByGrayscaleAtOriginalResolution(BufferedImage input,
BufferedImage target,
int limit,
double minScore)
public static List<TemplateMatcher.Result> findMatchesByGrayscaleAtOriginalResolutionWithROIs(BufferedImage input,
BufferedImage target,
int limit,
double minScore,
List<Rectangle> rois)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||