Package boofcv.alg.disparity
package boofcv.alg.disparity
-
ClassDescriptionComputes the disparity SAD score efficiently for a single rectangular region while minimizing CPU cache misses.Scores the disparity for a point using multiple rectangular regions in an effort to reduce errors at object borders, based off te 5 region algorithm described in [1].Base class for all dense stereo disparity score algorithms whose score's can be processed by
DisparitySelect
.