opencv/modules/stitching/src
2012-04-18 08:00:12 +00:00
..
autocalib.cpp Fixed median focal length estimation in the stitching module 2011-10-24 12:35:11 +00:00
blenders.cpp Tegra version of cv::detail:: 2012-03-12 11:24:27 +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 Global CMake reorganization: 2012-02-03 11:26:49 +00:00
matchers.cpp added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away. 2012-03-31 17:25:19 +00:00
motion_estimators.cpp fixed hundreds of warnings from MSVC 2010. 2012-03-16 21:21: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 created wrappers for new NPP functions 2012-02-22 10:00:53 +00:00
stitcher.cpp Fixed stitching module tests built without nonfree 2012-04-18 08:00:12 +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