Package boofcv.alg.disparity.sgm
package boofcv.alg.disparity.sgm
-
ClassDescriptionAggregates the cost along different paths to compute the final cost.SgmDisparityCost<T extends ImageBase<T>>Computes a stack of matching costs for all pixels across all possible disparities for use with
SgmCostAggregation
.Selects the best disparity for each pixel from aggregated SGM cost.Concurrent version ofSgmDisparitySelector
Various helper functions for computing SGM disparities.Base class for SGM stereo implementations.Computes Census score for SGM using a straight forward implementation.SgmStereoDisparityError<T extends ImageBase<T>>Base class for SGM score functions that compute the score directly from the input images.Estimates stereo disparity using Semi Global Matching and Hierarchical Mutual Information Cost.