码迷,mamicode.com
首页 > 其他好文 > 详细

error: (-210:Unsupported format or combination of formats) [Start]FindContours supports only CV_8UC1 images when mode != CV_RETR_FLOODFILL otherwise supports CV_32SC1 images only in

时间:2019-11-30 13:34:02      阅读:513      评论:0      收藏:0      [点我收藏+]

标签:ati   enc   问题:   mode   http   pen   读取   code   orm   

问题:

error: (-210:Unsupported format or combination of formats) [Start]FindContours supports only CV_8UC1 images when mode != CV_RETR_FLOODFILL otherwise supports CV_32SC1 images only in function ‘cvStartFindContours_Impl‘

 

 

这个问题是因为使用opencv读取的图片未进行cv2的灰度化操作。

 

可以直接在 cv2.imread(url) 变为:cv2.imread(url,0)可以解决。

 

技术图片

 

 技术图片

 

 

error: (-210:Unsupported format or combination of formats) [Start]FindContours supports only CV_8UC1 images when mode != CV_RETR_FLOODFILL otherwise supports CV_32SC1 images only in

标签:ati   enc   问题:   mode   http   pen   读取   code   orm   

原文地址:https://www.cnblogs.com/ambdyx/p/11961826.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!