91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.29KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-30
  • 語言: Python
  • 標簽: python??opencv??

資源簡介

找出子圖片在原圖中的坐標

資源截圖

代碼片段和文件信息

#?-*-?coding:?UTF-8?-*-
import?cv2
import?os
import?time

def?get_pay_keyboard_number_location(impath?target?screenw?screenh?val):
????print(“start?find?pic“)

????start?=?time.time()
????img_src?=?cv2.imread(impath)
????template?=?cv2.imread(target)

????if?(img_src?is?not?None)?and?(template?is?not?None):
????????#?獲取小圖片的高和寬
????????imgtmh?=?template.shape[0]
????????imgtmw?=?template.shape[1]
????????#?獲取大圖片的高和寬
????????img_srch?=?img_src.shape[0]
????????img_srcw?=?img_src.shape[1]
????????#?匹配圖片
????????res?=?cv2.matchTemplate(img_src?template?cv2.TM_CCOEFF_NORMED)

評論

共有 條評論