Uses of Class
boofcv.alg.disparity.sgm.cost.SgmCostBase
-
Uses of SgmCostBase in boofcv.alg.disparity.sgm.cost
Modifier and TypeClassDescriptionclass
SgmCostAbsoluteDifference<T extends ImageBase<T>>
Computes the cost as the absolute value between two pixels, i.e.static class
class
SgmCostHamming<T extends ImageBase<T>>
Computes the cost as the hamming distance between two pixels.static class
static class
static class
class
Computes the cost using Mutual Information as described in [1].