opencv/modules
inkredibl 2225b257cf
Merge pull request #25488 from inkredibl:doc-fix-findEssentialMat
Fix documentation for findEssentialMat to reflect how it actually works. #25488

Documentation for findEssentialMat() incorrectly states that the method uses the same cameraMatrix for both lists of points even though there are two cameraMatrix and distCoeffs.

Checked the code and it does the right thing i.e. uses cameraMatrix1, distCoeffs1 for points1 and cameraMatrix2, distCoeffs2 for points2.

Updated the documentation for the method to clarify what it does. The code itself is not changed.
2024-04-25 11:05:16 +03:00
..
calib3d Merge pull request #25488 from inkredibl:doc-fix-findEssentialMat 2024-04-25 11:05:16 +03:00
core Merge pull request #25454 from fengyuentau:fix_core_gemm_acc 2024-04-19 11:36:31 +03:00
dnn Merge pull request #25414 from alexlyulkov:al/range-fixed 2024-04-17 09:38:21 +03:00
features2d Merge pull request #25424 from mshabunin:fix-features2d-test 2024-04-17 14:19:05 +03:00
flann Merge pull request #25024 from vrabaud:neon 2024-02-20 11:29:23 +03:00
gapi Merge pull request #24938 from DariaMityagina:icv/dm/add-media-frame-support-to-govbackend 2024-04-24 16:25:00 +03:00
highgui Merge pull request #25354 from LaurentBerger:uiname 2024-04-19 13:38:17 +03:00
imgcodecs Merge pull request #25453 from Kumataro:fix25452 2024-04-22 16:38:00 +03:00
imgproc Merge pull request #25469 from mshabunin:cpp-emd 2024-04-24 14:28:31 +03:00
java doc: fix formulas in JavaDoc broken after Doxygen upgrade 2024-03-11 23:47:23 +03:00
js Merge pull request #25084 from EDVTAZ:emscripten-3.1.54-compat 2024-02-26 10:30:56 +03:00
ml Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
objc Merge pull request #24136 from komakai:visionos_support 2023-12-20 15:35:10 +03:00
objdetect Merge pull request #25378 from AleksandrPanov:move_charuco_tutorial 2024-04-16 12:14:33 +03:00
photo Merge pull request #25402 from Linaname:4.x 2024-04-17 11:26:56 +03:00
python feat: use numeric dtype for MatLike instead of generic 2024-04-12 15:10:59 +03:00
stitching Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
ts Partially back-port #25075 to 4.x 2024-03-05 12:15:39 +03:00
video Merge pull request #25092 from klatism:libjpeg-upgrade 2024-03-28 17:03:05 +03:00
videoio Merge pull request #25419 from vrabaud:ffmpeg 2024-04-17 16:58:10 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00