• 陈钰

    第33页,语句g=lena[0:0:1]获取了图像img的G通道错误!!!!

    陈钰发表于 2022/4/5 20:46:36
  • Imzrw

    例12.18去掉findContours前面的image参数后用opencv4.5.4运行报错怎么解决
    error: OpenCV(4.5.4) D:\a\opencv-python\opencv-python\opencv\modules\core\src\matrix_wrap.cpp:1393: error: (-215:Assertion failed) mtype == type0 || (CV_MAT_CN(mtype) == CV_MAT_CN(type0) && ((1 << type0) & fixedDepthMask) != 0) in function ‘cv::_OutputArray::create’

    Imzrw发表于 2022/4/1 16:14:05
  • 605065444

    下载资源中chapter20\image\8\2—2.bmp应命名为2-2.bmp

    605065444发表于 2022/2/10 2:06:45
  • 陈丽

    请问大家为什么4.5.5版的opencv显示contours not defined呀

    陈丽发表于 2022/1/8 16:04:57
    • 李立宗

      看一下是不是使用的函数,在新版本中返回值个数改变问题。

      李立宗发表于 2022/1/13 15:41:11
  • Infty

    292页例12.37,mask = np.zeros(o.shape,np.uint8)应改为mask = np.zeros(gray.shape,np.uint8)

    Infty发表于 2021/12/29 19:17:44
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 10