Performs stereo rectification und unrectification on images.
|
| | StereoRectification (const CameraCalibrationDataComponent &camLeft, const CameraCalibrationDataComponent &camRight, double alpha=1.0, double zeroDisparityDepth=0) |
| | Construct StereoRectification object given left and right camera parameters.
|
| |
|
| StereoRectification (const CameraCalibrationDataComponent &camLeft, const CameraCalibrationDataComponent &camRight, const StereoCalibrationDataComponent &stereoReg, double alpha=1.0, double zeroDisparityDepth=0) |
| |
|
bool | valid () const |
| | Returns whether the object is in a valid state.
|
| |
|
RectificationInformation | rectificationInformation () const |
| |
|
void | setUseCuda (bool useCuda) |
| |
|
bool | useCuda () const |
| |
|
std::unique_ptr< SharedImageSet > | rectify (const SharedImageSet &img, Side side) |
| | There are three options to rectify. If the input is a stereo image set, it is still allowed to choose which side to rectify.
|
| |
|
std::unique_ptr< SharedImageSet > | rectify (const StereoSharedImageSet &ssis, Side side) |
| |
|
std::unique_ptr< StereoSharedImageSet > | rectify (const StereoSharedImageSet &ssis) |
| |
|
std::unique_ptr< SharedImageSet > | unrectifyToUndistorted (const SharedImageSet &img, Side side) |
| | Undo rectification of images without considering distortion.
|
| |
|
std::unique_ptr< StereoSharedImageSet > | unrectifyToUndistorted (const StereoSharedImageSet &ssis) |
| |
|
std::unique_ptr< SharedImageSet > | unrectifyToUndistorted (const StereoSharedImageSet &ssis, Side side) |
| |
|
std::unique_ptr< SharedImageSet > | mapRectLeft () const |
| |
|
std::unique_ptr< SharedImageSet > | mapRectRight () const |
| |
|
std::unique_ptr< SharedImageSet > | mapUnrectLeft () const |
| |
|
std::unique_ptr< SharedImageSet > | mapUnrectRight () const |
| |