- 博客(6)
- 收藏
- 关注
原创 微信小程序button去掉全部边框
.wx-btn-ok {border: none;}.wx-btn-ok::after{border: none;}
2019-09-25 15:19:27 222
原创 Super expression must either be null or a function, not undefined
最近在看react……,然后出现这个错误,class Clocks extends ReactDOM.Component{ constructor(props){ super(props); this.state ={date:new Date()}; } render(){...
2019-03-13 16:28:04 6582
原创 使用cv2.grabCut()报错的解决方法
最近在看分割背景相关资料时发现cv2.grabCut()这个函数,复制某位大佬的代码运行时发现会报这个错误:cv2.grabCut(img, mask, rect, bgdModel, fgdModel, iterCount=5, mode=cv2.GC_INIT_WITH_RECT)cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\ope...
2019-03-01 10:32:57 1711 2
原创 module 'cv2.cv2' has no attribute 'cv'
我用的opencv版本是4.0.0,代码是这样的(懒得截图,emmm…………)gradX = cv2.Sobel(gray, ddepth=cv2.cv.CV_32F, dx=1, dy=0, ksize=-1) gradY = cv2.Sobel(gray, ddepth=cv2.cv.CV_32F, dx=0, dy=1, ksize=-1)改成 ddepth=cv2.CV_32F...
2019-02-22 16:44:35 4224
原创 线性时间选择 python实现 计算机算法设计与分析
最近算法老师布置了很多作业啊,其中一项就是要求实现书上《计算机算法设计与分析》28页的算法,实现过程如下:
2018-10-25 16:15:55 1931 1
转载 only integer scalar arrays can be converted to a scalar index
这个问题是这样出现的:找了下解决办法,发现是在这里加[0]: 重新运行下又有新的错误哈哈哈
2018-10-11 18:05:42 1089
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人