【发布时间】:2018-11-06 10:55:36
【问题描述】:
我正在使用 opencv3,但它发生了 TypeError 真的很迷茫,我没有叫它......
----------
Traceback (most recent call last):
File "c:/Users/2018091001/OneDrive/Python/VOD/Ocv.py", line 52, in <module>
similarity = cv2.compareHist(H1,models[x][0],0)
TypeError: H2 is not a numpy array, neither a scalar
【问题讨论】: