opencv/modules/stitching/src
2012-08-19 19:36:43 +04:00
..
autocalib.cpp Fixed median focal length estimation in the stitching module 2011-10-24 12:35:11 +00:00
blenders.cpp Updated warning options for GCC; fixed new warnings. 2012-06-20 12:27:02 +00:00
camera.cpp Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers. 2011-09-16 12:25:23 +00:00
exposure_compensate.cpp Fixed mingw build. 2012-06-08 03:15:08 +00:00
matchers.cpp Debug message is turned off 2012-06-29 08:47:38 +00:00
motion_estimators.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
precomp.cpp turned opencv_stitching application to module and sample 2011-09-05 10:41:54 +00:00
precomp.hpp Global CMake reorganization: 2012-02-03 11:26:49 +00:00
seam_finders.cpp Fix build warnings 2012-08-19 19:36:43 +04:00
stitcher.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
util.cpp Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose. 2012-01-24 11:56:32 +00:00
warpers.cpp Added spherical and cylindrical warpers, which work in the portrait mode -- when poles are located NOT at (0, -1, 0) and (0, 1, 0) points, BUT at (1, 0, 0) and (-1, 0, 0) points. 2012-02-22 15:44:39 +00:00