public class ImplSelectRectBasicWta_S32_U8 extends SelectRectBasicWta<int[],boofcv.struct.image.GrayU8>
Implementation of SelectRectBasicWta for scores of type S32.
DO NOT MODIFY. Generated by GenerateSelectRectBasicWta.
imageDisparity, imageWidth, maxDisparity, minDisparity, radiusX, rangeDisparity, regionWidth| Constructor and Description |
|---|
ImplSelectRectBasicWta_S32_U8() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<boofcv.struct.image.GrayU8> |
getDisparityType()
Type of image the disparity is
|
void |
process(int row,
int[] scores)
Processes the array of scores.
|
configure, maxDisparityAtColumnL2Rpublic void process(int row,
int[] scores)
DisparitySelectDisparityScoreSadRect. The results are written directly into the
disparity image passed to it in DisparitySelect.configure(ImageGray, int, int, int).row - Image row the scores are from.scores - Array containing scores. (int[] or float[])public java.lang.Class<boofcv.struct.image.GrayU8> getDisparityType()
DisparitySelect