Package boofcv.abst.disparity
Class WrapDisparityBlockMatchCensus<T extends ImageGray<T>,C extends ImageGray<C>,DI extends ImageGray<DI>>
java.lang.Object
boofcv.abst.disparity.WrapBaseBlockMatch<T,C,DI>
boofcv.abst.disparity.WrapDisparityBlockMatchCensus<T,C,DI>
- All Implemented Interfaces:
StereoDisparity<T,
DI>
public class WrapDisparityBlockMatchCensus<T extends ImageGray<T>,C extends ImageGray<C>,DI extends ImageGray<DI>>
extends WrapBaseBlockMatch<T,C,DI>
Wrapper around Block Matching disparity which uses Census as an error measure.
-
Constructor Summary
ConstructorDescriptionWrapDisparityBlockMatchCensus
(FilterImageInterface<T, C> censusTran, DisparityBlockMatchRowFormat<C, DI> alg) -
Method Summary
Methods inherited from class boofcv.abst.disparity.WrapBaseBlockMatch
getAlg, getBorderX, getBorderY, getDisparity, getDisparityMin, getDisparityRange, getDisparityScore, getDisparityType, getInvalidValue, process, setScoreEnabled
-
Constructor Details
-
WrapDisparityBlockMatchCensus
public WrapDisparityBlockMatchCensus(FilterImageInterface<T, C> censusTran, DisparityBlockMatchRowFormat<C, DI> alg)
-
-
Method Details