摘要: pyqtgraph如何使imageView的直方图不可见(以及ROI BUTTON 和 menubutton) self.gViewProjectVideo.getHistogramWidget().setVisible(False)self.gViewP... 阅读全文
posted @ 2021-01-12 16:08 bH1pJ 阅读(58) 评论(0) 推荐(0) 编辑
摘要: self.graphicsView.getView().setMenuEnabled(False) # 取消右键菜单 阅读全文
posted @ 2021-01-12 16:08 bH1pJ 阅读(126) 评论(0) 推荐(0) 编辑
摘要: plt.title('Interesting Graph',fontsize='large',fontweight='bold') 设置字体大小与格式 plt.title('Interesting Graph',color='blue') 设置字体颜色 p... 阅读全文
posted @ 2021-01-12 12:49 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要: plt.figure() plt.imshow(image1) plt.figure() plt.imshow(image2) plt.figure() plt.imshow(image3) plt.imshow 阅读全文
posted @ 2021-01-12 12:46 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要: plt.figure() plt.imshow(image1) plt.figure() plt.imshow(image2) plt.figure() plt.imshow(image3) 阅读全文
posted @ 2021-01-12 12:47 bH1pJ 阅读(869) 评论(0) 推荐(0) 编辑
摘要: hog图片的可视化 from skimage.feature import hogimage = mpimg.imread(rootPath + r'crop-delete-images/0.03 s.jpg')pixelsPerCell = 32kwargs... 阅读全文
posted @ 2021-01-12 12:46 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 第一步:Fork原始仓库imagePy 1. fork ImagePy仓库 #将父仓库fork到自己账户下,XXXX/.git(A仓库) 2. conda create imagePy #在本地创建虚拟环境 3. pi... 阅读全文
posted @ 2021-01-12 12:26 bH1pJ 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Ctrl + R 替换 Ctrl + Shift + F 全局查找 Ctrl + Shift + R 全局替换 阅读全文
posted @ 2021-01-12 11:23 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑