学习笔记(12):Python+OpenCV计算机视觉-laplacian算子的使用

立即学习:https://edu.csdn.net/course/play/10552/234946?utm_source=blogtoedu laplacian(拉普拉斯)算子 dst=cv2.Laplacian(src,ddepth) 通常ddepth设置为-1,让处理结果与原始图像保持一致,这里不能用-1,设置为cv2.cv_64F,然后使用cv2.convertScaleAbs(dst)
相关文章
相关标签/搜索