Python OpenCV学习笔记之:分水岭算法分割图像

# -*- coding: utf-8 -*- """ 图像分水岭分割图像 分水岭算法能够参考:http://baike.baidu.com/item/%E5%88%86%E6%B0%B4%E5%B2%AD%E7%AE%97%E6%B3%95 """ import numpy as np import cv2 from matplotlib import pyplot as plt img
相关文章
相关标签/搜索