搜索资源列表
maxflow
- 最大流最小割算法,可以跟踪主动镜头下的非刚体目标!
minmax
- 最小费用最大流问题,是用C实现的,比较高效率-Minimum cost maximum flow problem is to use C to achieve relatively high efficiency
maxflowandmincut
- 最大流最小分割算法的实现。maxflow -Maximum flow minimum partition algorithm. maxflow
Maxmain
- 矩阵最大主元算法,通过行列变换,使主对角线上的元素尽可能最大。从而避免求逆时除以一个较小获为0的数-Get the max main element Matirx
otsu_
- otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别 来划分。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.