學習筆記(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)
相關文章
相關標籤/搜索