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
Constructors Constructor Description WrapDisparityBlockMatchCensus(FilterImageInterface<T,C> censusTran, DisparityBlockMatchRowFormat<C,DI> alg)
-
Method Summary
Modifier and Type Method Description void
_process(T imageLeft, T imageRight)
FilterImageInterface<T,C>
getCensusTran()
C
getCLeft()
C
getCRight()
ImageType<T>
getInputType()
Type of input images it can processMethods inherited from class boofcv.abst.disparity.WrapBaseBlockMatch
getAlg, getBorderX, getBorderY, getDisparity, getDisparityMin, getDisparityRange, getDisparityType, getInvalidValue, process
-
Constructor Details
-
WrapDisparityBlockMatchCensus
public WrapDisparityBlockMatchCensus(FilterImageInterface<T,C> censusTran, DisparityBlockMatchRowFormat<C,DI> alg)
-
-
Method Details