public class ImplDisparityScoreSadRect_U8<Disparity extends boofcv.struct.image.ImageGray> extends DisparityScoreSadRect<boofcv.struct.image.GrayU8,Disparity>
Implementation of DisparityScoreSadRect for processing
input images of type GrayU8.
DO NOT MODIFY. Generated by GenerateDisparityScoreSadRect.
lengthHorizontal, maxDisparity, minDisparity, radiusX, radiusY, rangeDisparity, regionHeight, regionWidth| Constructor and Description |
|---|
ImplDisparityScoreSadRect_U8(int minDisparity,
int maxDisparity,
int regionRadiusX,
int regionRadiusY,
DisparitySelect<int[],Disparity> computeDisparity) |
| Modifier and Type | Method and Description |
|---|---|
void |
_process(boofcv.struct.image.GrayU8 left,
boofcv.struct.image.GrayU8 right,
Disparity disparity)
Inner function that computes the disparity.
|
java.lang.Class<Disparity> |
getDisparityType() |
java.lang.Class<boofcv.struct.image.GrayU8> |
getInputType() |
getBorderX, getBorderY, getMaxDisparity, getMinDisparity, processpublic ImplDisparityScoreSadRect_U8(int minDisparity,
int maxDisparity,
int regionRadiusX,
int regionRadiusY,
DisparitySelect<int[],Disparity> computeDisparity)
public void _process(boofcv.struct.image.GrayU8 left,
boofcv.struct.image.GrayU8 right,
Disparity disparity)
DisparityScoreRowFormat_process in class DisparityScoreRowFormat<boofcv.struct.image.GrayU8,Disparity extends boofcv.struct.image.ImageGray>public java.lang.Class<boofcv.struct.image.GrayU8> getInputType()
getInputType in class DisparityScoreRowFormat<boofcv.struct.image.GrayU8,Disparity extends boofcv.struct.image.ImageGray>public java.lang.Class<Disparity> getDisparityType()
getDisparityType in class DisparityScoreRowFormat<boofcv.struct.image.GrayU8,Disparity extends boofcv.struct.image.ImageGray>