【发布时间】:2017-01-09 22:53:25
【问题描述】:
我对 RGB 颜色向量的理解是它有 3 个分量,例如 [100, 100, 100]。但是,from the documentation,Python 函数cv2.pyrMeanShiftFiltering(src, sp, sr[, dst[, maxLevel[, termcrit]]]) 中的参数sr – The color window radius 接受一个int。
颜色半径究竟是什么意思?我还想了解最小值和最大值,以及单位的含义。
【问题讨论】:
-
您找到想要的东西了吗?
标签: python-2.7 opencv colors rgb mean-shift