#使用matchTemplate对原始灰度图像和图像模板进行匹配报错
cv2.error: OpenCV(3.4.4) /io/opencv/modules/imgproc/src/templmatch.cpp:1107: error: (-215:Assertion failed) (depth == CV_8U || depth == CV_32F) && type == _templ.type() && _img.dims() <= 2 in function 'matchTemplate'


