..
opencl
Misc. modules/ typos (cont.)
2018-02-12 10:15:36 -05:00
usac
calib3d: fix vector access in USAC
2024-11-26 16:15:51 +03:00
ap3p.cpp
Merge pull request #23607 from alexander-varjo:alexander-varjo-patch-1
2023-09-04 17:49:45 +03:00
ap3p.h
Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors.
2019-05-20 11:56:54 +02:00
calibinit.cpp
Merge pull request #26014 from MaximSmolskiy:increase-search-radius-for-corners-neighbors-in-ChessBoardDetector-findQuadNeighbors
2024-08-22 15:06:02 +03:00
calibration_base.cpp
Merge pull request #26437 from vrabaud:4x_calibration_base
2024-11-11 10:22:56 +03:00
calibration_handeye.cpp
Merge pull request #24897 from JStech:fix-handeye
2024-05-25 11:28:13 +03:00
calibration.cpp
Merge pull request #26490 from vrabaud:4x_calibration_base
2024-12-17 16:36:14 +03:00
checkchessboard.cpp
Remove unused internal C functions
2024-11-08 10:27:02 +01:00
chessboard.cpp
fix bug different marker ordering with findChessboardCornersSBWithMeta and CALIB_CB_LARGER flag
2025-01-27 11:10:26 +01:00
chessboard.hpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
circlesgrid.cpp
fix detect rotated grid, added test
2024-03-25 14:07:03 +03:00
circlesgrid.hpp
fix detect rotated grid, added test
2024-03-25 14:07:03 +03:00
compat_ptsetreg.cpp
Remove internal calib3d_c_api.h
2024-11-15 09:31:30 +01:00
distortion_model.hpp
calib3d: move undistort files from imgproc
2018-10-05 07:52:21 +00:00
dls.cpp
Merge pull request #21405 from h6197627:3.4
2022-01-10 14:51:07 +03:00
dls.h
Merge pull request #21405 from h6197627:3.4
2022-01-10 14:51:07 +03:00
epnp.cpp
calib3d: initialize local vars, fix indentation in for loops
2019-05-27 14:39:47 +03:00
epnp.h
Fixed some issues found by static analysis
2017-09-08 12:22:12 +03:00
fisheye.cpp
Merge pull request #26988 from DanBmh:opt_undistort
2025-03-03 17:16:09 +03:00
fisheye.hpp
switch mask type from vector<int> to vector<uchar>
2015-11-21 00:45:45 +01:00
five-point.cpp
Merge pull request #25064 from vpisarev:em_5point_fix
2024-02-22 12:04:13 +03:00
fundam.cpp
Fix assertion in cv2.sampsonDistance
2025-02-15 04:47:01 +00:00
hal_replacement.hpp
Merge pull request #25511 from savuor:rv/hal_projectpoints
2024-05-20 10:42:17 +03:00
homography_decomp.cpp
Merge pull request #13601 from JimZhou-001:JimZhou-001
2019-01-11 16:58:47 +03:00
ippe.cpp
Fixed assertions on ippe solver
2020-09-21 21:56:28 -05:00
ippe.hpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
levmarq.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-05-16 04:40:39 +00:00
main.cpp
IPPInitSingelton was added to contain IPP related global variables;
2015-10-01 09:58:48 +03:00
p3p.cpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
p3p.h
Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors.
2019-05-20 11:56:54 +02:00
polynom_solver.cpp
Merge pull request #19583 from theroyalpekka:patch-1
2021-03-05 13:55:52 +00:00
polynom_solver.h
precomp.hpp
Merge pull request #26437 from vrabaud:4x_calibration_base
2024-11-11 10:22:56 +03:00
ptsetreg.cpp
Merge pull request #23078 from ivashmak:update_vsac
2023-06-16 10:59:13 +03:00
quadsubpix.cpp
calib3d: fixed VS2019 warning C4756
2020-03-23 14:46:21 +03:00
rho.cpp
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
rho.h
Merge pull request #23109 from seanm:misc-warnings
2023-10-06 13:33:21 +03:00
solvepnp.cpp
Fix _DEBUG/NDEBUG handling across modules ( #26151 )
2025-02-11 22:00:44 +05:30
sqpnp.cpp
inversion checks
2024-10-06 17:24:15 +03:00
sqpnp.hpp
SQPnP solver updates
2024-09-30 16:17:22 +03:00
stereo_geom.cpp
Merge pull request #26437 from vrabaud:4x_calibration_base
2024-11-11 10:22:56 +03:00
stereobm.cpp
Merge pull request #24301 from hanliutong:rewrite-stereo-sift
2023-09-25 13:03:25 +03:00
stereosgbm.cpp
Merge pull request #26996 from shyama7004:outofBound
2025-03-03 15:12:18 +03:00
triangulate.cpp
Partially back-port #25075 to 4.x
2024-03-05 12:15:39 +03:00
undistort.dispatch.cpp
Merge pull request #26988 from DanBmh:opt_undistort
2025-03-03 17:16:09 +03:00
undistort.simd.hpp
Merge pull request #26590 from Kumataro:fix26589
2024-12-17 07:40:27 +03:00
upnp.cpp
build: GCC9 compilation
2019-11-12 18:49:34 +03:00
upnp.h
Remove useless C headers
2025-01-13 16:34:28 +01:00
usac.hpp
Merge pull request #24499 from ivashmak:usac_bug_fix
2023-11-20 15:47:35 +03:00