implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
authorAlexey Spizhevoy <no@email>
Mon, 23 May 2011 11:31:02 +0000 (11:31 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 23 May 2011 11:31:02 +0000 (11:31 +0000)
commit4827fbf326fc6c21db3763bdd070645a23e7feee
tree1cd3890a41d1e69d440291ea8e2e19d94299f141
parentae6d5252ab1775b35d0eabaa4612303fd9adea3a
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
19 files changed:
modules/stitching/autocalib.cpp
modules/stitching/autocalib.hpp
modules/stitching/blenders.cpp
modules/stitching/blenders.hpp
modules/stitching/main.cpp
modules/stitching/matchers.cpp
modules/stitching/matchers.hpp
modules/stitching/motion_estimators.cpp
modules/stitching/motion_estimators.hpp
modules/stitching/precomp.cpp [new file with mode: 0644]
modules/stitching/precomp.hpp [new file with mode: 0644]
modules/stitching/seam_finders.cpp
modules/stitching/seam_finders.hpp
modules/stitching/util.cpp
modules/stitching/util.hpp
modules/stitching/util_inl.hpp
modules/stitching/warpers.cpp
modules/stitching/warpers.hpp
modules/stitching/warpers_inl.hpp