public class ImplSelectRectStandard_S32_U8 extends ImplSelectRectStandardBase_S32<boofcv.struct.image.GrayU8>
Implementation of ImplSelectRectStandardBase_S32 for GrayU8.
discretizer, textureThresholdimageDisparity, invalidDisparity, localMax, maxDisparity, maxError, minDisparity, radiusX, rangeDisparity, regionWidth, rightToLeftTolerance| Constructor and Description |
|---|
ImplSelectRectStandard_S32_U8(int maxError,
int rightToLeftTolerance,
double texture) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(boofcv.struct.image.GrayU8 imageDisparity,
int minDisparity,
int maxDisparity,
int radiusX)
Specifies the output and algorithmic configuration.
|
java.lang.Class<boofcv.struct.image.GrayU8> |
getDisparityType()
Type of image the disparity is
|
protected void |
setDisparity(int index,
int value)
Sets the output to the specified disparity value.
|
process, setTexturemaxDisparityAtColumnL2R, setLocalMaxpublic ImplSelectRectStandard_S32_U8(int maxError,
int rightToLeftTolerance,
double texture)
public void configure(boofcv.struct.image.GrayU8 imageDisparity,
int minDisparity,
int maxDisparity,
int radiusX)
DisparitySelectconfigure in interface DisparitySelect<int[],boofcv.struct.image.GrayU8>configure in class ImplSelectRectStandardBase_S32<boofcv.struct.image.GrayU8>imageDisparity - Output disparity image.minDisparity - Minimum disparity that can be computedmaxDisparity - Maximum disparity that is calculatedradiusX - Radius of the rectangular region being matched along x-axis.protected void setDisparity(int index,
int value)
SelectRectStandardsetDisparity in class SelectRectStandard<int[],boofcv.struct.image.GrayU8>index - Image pixel that is being setvalue - disparity valuepublic java.lang.Class<boofcv.struct.image.GrayU8> getDisparityType()
DisparitySelect