opencv-pyqt5
opencv-pyqt5 copied to clipboard
使用opencv与pyqt5实现的图像处理程序,已实现转灰度图、图像平滑、形态学操作、梯度计算、阈值处理、边缘检测、轮廓检测
Thank you for sharing your code. Now, I'm working on image treatment. Can you share more details about your code? Such as your develope doc? Or some tutorals of Opencv...
你好 请问有图形界面的ui文件吗
Hi, bro, nice work! I find that `QFileSystemModel.setRootPath` seems not to work in PyQt5, so I modified some codes according to [this](https://stackoverflow.com/questions/49617149/setrootpath-doesnt-set-work-as-expected) and it works now **origin code** ```python self.fileSystemModel...