Skip to content

Commit

Permalink
Update docs on stereo rectification
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed May 9, 2022
1 parent 9a30541 commit 8cf8caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ struct StereoDepthProperties : PropertiesSerializable<Properties, StereoDepthPro

/**
* Use 3x3 homography matrix for stereo rectification instead of sparse mesh generated on device.
* Default behaviour is AUTO, for lenses with FOV over 90 degrees sparse mesh is used, otherwise 3x3 homography.
* Default behaviour is AUTO, for lenses with FOV over 85 degrees sparse mesh is used, otherwise 3x3 homography.
* If custom mesh data is provided through loadMeshData or loadMeshFiles this option is ignored.
* true: 3x3 homography matrix generated from calibration data is used for stereo rectification, can't correct lens
* distortion.
Expand Down

0 comments on commit 8cf8caa

Please sign in to comment.