public class StereoConsistencyCheck
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boofcv.struct.distort.Point2Transform2_F64 |
leftImageToRect |
protected boofcv.struct.distort.Point2Transform2_F64 |
rightImageToRect |
| Constructor and Description |
|---|
StereoConsistencyCheck(double toleranceX,
double toleranceY) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPixel(georegression.struct.point.Point2D_F64 left,
georegression.struct.point.Point2D_F64 right)
Checks to see if the observations from the left and right camera are consistent.
|
boolean |
checkRectified(georegression.struct.point.Point2D_F64 left,
georegression.struct.point.Point2D_F64 right)
Checks to see if the observations from the left and right camera are consistent.
|
void |
setCalibration(boofcv.struct.calib.StereoParameters param) |
protected boofcv.struct.distort.Point2Transform2_F64 leftImageToRect
protected boofcv.struct.distort.Point2Transform2_F64 rightImageToRect
public StereoConsistencyCheck(double toleranceX,
double toleranceY)
public void setCalibration(boofcv.struct.calib.StereoParameters param)
public boolean checkPixel(georegression.struct.point.Point2D_F64 left,
georegression.struct.point.Point2D_F64 right)
left - Left camera observation in original pixelsright - Right camera observation in original pixelspublic boolean checkRectified(georegression.struct.point.Point2D_F64 left,
georegression.struct.point.Point2D_F64 right)
left - Left camera observation in rectified pixelsright - Right camera observation in rectified pixels