opencv中drawing line时报错

Posted timmymanu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了opencv中drawing line时报错相关的知识,希望对你有一定的参考价值。

error: (-215) size.width>0 && size.height>0 in function imshow

1         img2 = cv2.rectangle(frame, (x,y), (x+w,y+h), 255,2)
2         cv2.imshow(img2,img2)

调试时可发现img2的类型为NoneType.即img2为empty

改为如下

1       cv2.rectangle(frame, (x,y), (x+w,y+h), 255,2)
2 
3       cv2.imshow(img2,frame)

 

以上是关于opencv中drawing line时报错的主要内容,如果未能解决你的问题,请参考以下文章

Idea debug时报错:Command line is too long

java的jxl读取excel文件时报错Object record is not associated with a drawing record - ignoring

python3.6使用opencv的resize方法不定时报错

windows10下安装opencv,cmake 时报错

我的OpenGL学习进阶之旅着色器GLSL运行时报错 GLSL compile error: Premature end of line

我的OpenGL学习进阶之旅着色器GLSL运行时报错 GLSL compile error: Premature end of line