Efficient Inference in Fully Connected CRFs with Gaussian Edge Potential

Efficient Inference in Fully Connected CRFs with Gaussian Edge Potential

这里我们把每列当成像素, 每行当成不同的label, 这里有四种label.
然后我们需要算在每个点比如第一列第二行的点则为Q1(x1=label)Q_1(x_1 = 第二种label)Q1​(x1​=第二种label), 通过算法一达到收敛确定出每个点的Q值, 最后对每列取最大值所在行,则为该像素的label

这里主要需要确定unary potential and pairwise potential去算Q

上一篇:【LeetCode】1579. 保证图可完全遍历 Remove Max Number of Edges to Keep Graph Fully Traversable


下一篇:Linux下的文件系统