public class WrapDisparitySadRect<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> extends java.lang.Object implements StereoDisparity<T,D>
| Constructor and Description |
|---|
WrapDisparitySadRect(DisparityScoreRowFormat<T,D> alg) |
| Modifier and Type | Method and Description |
|---|---|
DisparityScoreRowFormat<T,D> |
getAlg() |
int |
getBorderX()
Border around the image's x-axis which is not processed.
|
int |
getBorderY()
Border around the image's y-axis which is not processed.
|
D |
getDisparity()
Return the computed disparity image.
|
java.lang.Class<D> |
getDisparityType()
Type of disparity image it can write to.
|
java.lang.Class<T> |
getInputType()
Type of input images it can process
|
int |
getMaxDisparity()
The maximum disparity which will be checked for.
|
int |
getMinDisparity()
The minimum disparity which will be checked for.
|
void |
process(T imageLeft,
T imageRight)
Computes stereo disparity.
|
public WrapDisparitySadRect(DisparityScoreRowFormat<T,D> alg)
public void process(T imageLeft, T imageRight)
StereoDisparityprocess in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>imageLeft - Input left rectified image.imageRight - Input right rectified image.public D getDisparity()
StereoDisparitygetDisparity in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public int getBorderX()
StereoDisparitygetBorderX in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public int getBorderY()
StereoDisparitygetBorderY in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public int getMinDisparity()
StereoDisparitygetMinDisparity in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public int getMaxDisparity()
StereoDisparitygetMaxDisparity in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public java.lang.Class<T> getInputType()
StereoDisparitygetInputType in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public java.lang.Class<D> getDisparityType()
StereoDisparitygetDisparityType in interface StereoDisparity<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>public DisparityScoreRowFormat<T,D> getAlg()