airtest.aircv.template_matching module

模板匹配.

对用户提供的调节参数:
  1. threshod: 筛选阈值,默认为0.8

  2. rgb: 彩色三通道,进行彩色权识别.

class TemplateMatching(im_search, im_source, threshold=0.8, rgb=True)[源代码]

基类:object

模板匹配.

METHOD_NAME = 'Template'
MAX_RESULT_COUNT = 10
find_all_results(*args, **kwargs)
find_best_result(*args, **kwargs)