Package boofcv.abst.disparity
Class DisparityBlockMatchCorrelation<T extends ImageGray<T>,D extends ImageGray<D>,TF extends ImageGray<TF>>
java.lang.Object
boofcv.abst.disparity.WrapBaseBlockMatch<T,TF,D>
boofcv.abst.disparity.DisparityBlockMatchCorrelation<T,D,TF>
- All Implemented Interfaces:
StereoDisparity<T,
D>
public class DisparityBlockMatchCorrelation<T extends ImageGray<T>,D extends ImageGray<D>,TF extends ImageGray<TF>>
extends WrapBaseBlockMatch<T,TF,D>
Wrapper around
StereoDisparity
that will (optionally) convert all inputs to float and normalize the input to have
zero mean and an absolute value of at most 1.-
Constructor Summary
ConstructorDescriptionDisparityBlockMatchCorrelation
(DisparityBlockMatchRowFormat<TF, D> alg, Class<T> inputType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Type of input images it can processboolean
void
setNormalizeInput
(boolean normalizeInput) Methods inherited from class boofcv.abst.disparity.WrapBaseBlockMatch
getAlg, getBorderX, getBorderY, getDisparity, getDisparityMin, getDisparityRange, getDisparityScore, getDisparityType, getInvalidValue, process, setScoreEnabled
-
Constructor Details
-
DisparityBlockMatchCorrelation
-
-
Method Details
-
_process
-
getInputType
Description copied from interface:StereoDisparity
Type of input images it can process- Returns:
- Input image type
-
getAdjustedLeft
-
getAdjustedRight
-
isNormalizeInput
public boolean isNormalizeInput() -
setNormalizeInput
public void setNormalizeInput(boolean normalizeInput)
-