Adj template finder (#208)

* swap test templates

* swap test templates
This commit is contained in:
mgleed
2021-12-04 21:47:13 -05:00
committed by GitHub
parent 8b438b25ff
commit 5822151d14

View File

@@ -172,7 +172,7 @@ if __name__ == "__main__":
config = Config()
screen = Screen(config.general["monitor"])
template_finder = TemplateFinder(screen)
search_templates = ["QUAL_45_2", "QUAL_45_3", "QUAL_45", "QUAL_BACK", "QUAL_FRONT", "QUAL_SIDE"]
search_templates = ["TP_ACTIVE", "TP_INACTIVE"]
while 1:
# img = cv2.imread("")
img = screen.grab()