Uses of Class
boofcv.alg.disparity.sgm.cost.SgmCostBase
Packages that use SgmCostBase
-
Uses of SgmCostBase in boofcv.alg.disparity.sgm.cost
Subclasses of SgmCostBase in boofcv.alg.disparity.sgm.costModifier and TypeClassDescriptionclassSgmCostAbsoluteDifference<T extends ImageBase<T>>Computes the cost as the absolute value between two pixels, i.e.static classclassSgmCostHamming<T extends ImageBase<T>>Computes the cost as the hamming distance between two pixels.static classstatic classstatic classclassComputes the cost using Mutual Information as described in [1].