opencv/modules/calib3d/src
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
opencl Fixed incorrect calculation of best_disp 2014-03-27 11:21:32 +04:00
calib3d_init.cpp War on Whitespace, master edition: trailing spaces. 2013-08-27 13:57:24 +04:00
calibinit.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
calibration.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
checkchessboard.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
circlesgrid.cpp world fix 2014-08-05 20:12:35 +04:00
circlesgrid.hpp Finalize core headers reorganization 2013-04-03 14:10:03 +04:00
compat_ptsetreg.cpp fixed defects from coverity.com 2014-02-23 20:21:08 +04:00
compat_stereo.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
epnp.cpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
epnp.h fixed defects from coverity.com 2014-02-23 20:21:08 +04:00
fisheye.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-07-08 14:33:56 +04:00
fisheye.hpp Fixed build issues 2014-05-14 18:58:39 +04:00
five-point.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
fundam.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
homography_decomp.cpp added comment. 2014-07-30 19:32:37 -04:00
levmarq.cpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
p3p.cpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
p3p.h Normalized file endings. 2013-08-21 18:59:25 +04:00
polynom_solver.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
polynom_solver.h Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
posit.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
precomp.hpp stereoBM 2014-03-14 18:00:09 +04:00
ptsetreg.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
quadsubpix.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
solvepnp.cpp Double precision for solvePnPRansac() 2014-08-04 14:20:32 +02:00
stereobm.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
stereosgbm.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
triangulate.cpp Boring changes - calib3d. 2013-09-05 18:26:43 +04:00