opencv/modules/calib3d
Oleg Alexandrov af433d0352 Merge pull request #15780 from oleg-alexandrov:master
* Doc bugfix

The documentation page StereoBinaryBM and StereoBinarySGBM says that it returns a disparity that is scaled multiplied by 16. This scaling must be undone before calling reprojectImageTo3D, otherwise the results are wrong. The function reprojectImageTo3D() could do this scaling internally, maybe, but at least the documentation must explain that this has to be done.

* calib3d: update reprojectImageTo3D documentation

* calib3d: add StereoBM/StereoSGBM into notes list
2019-10-31 22:28:01 +03:00
..
doc Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis). 2019-03-05 14:51:33 +01:00
include/opencv2 Merge pull request #15780 from oleg-alexandrov:master 2019-10-31 22:28:01 +03:00
misc Merge pull request #14622 from asashour:junit 2019-05-27 14:55:45 +00:00
perf Added performance test for StereoBM algorithm 2019-09-09 16:37:06 +03:00
src Merge pull request #15478 from terfendail:wintr_stereosgbm 2019-10-31 19:24:06 +00:00
test Merge pull request #15341 from DiebBlue:is5769 2019-09-17 00:04:05 +03:00
CMakeLists.txt js: Add findHomography js bindings. 2019-06-21 13:13:53 +03:00