Package boofcv.alg.disparity.sgm.cost
package boofcv.alg.disparity.sgm.cost
-
ClassDescriptionSgmCostAbsoluteDifference<T extends ImageBase<T>>Computes the cost as the absolute value between two pixels, i.e.SgmCostBase<T extends ImageBase<T>>Base class for computing SGM cost using single pixel error metrics.SgmCostFromBlocks<T extends ImageBase<T>>Computes the error for SGM using
block matching
.SgmCostHamming<T extends ImageBase<T>>Computes the cost as the hamming distance between two pixels.Computes the cost using Mutual Information as described in [1].Computes the Mutual Information error metric from a rectified stereo pair.