我正在尝试使用带有opencv-python的ridge/valley过滤器.我刚刚在openCV的官方网站上查看了该文档,该网站告诉我使用
out = cv.ximgproc_RidgeDetectionFilter.getRidgeFilteredImage( _img[, out] ).
out = cv.ximgproc_RidgeDetectionFilter.getRidgeFilteredImage( _img[, out] )
但是,经过尝试,这个函数似乎在cv2(python)中不存在.有没有其他方法可以使用openCV或任何其他可用的方法来做到这一点?
python opencv computer-vision
computer-vision ×1
opencv ×1
python ×1