added image stitching module
authorVladislav Vinogradov <no@email>
Wed, 4 May 2011 11:09:42 +0000 (11:09 +0000)
committerVladislav Vinogradov <no@email>
Wed, 4 May 2011 11:09:42 +0000 (11:09 +0000)
commit336989f80b323c16300831738a33875e58f2cf48
treea4243649a1f902d65619c007b92a6a94e700161c
parentd7f04f04cc0e4614aee5851663096424c8cf3d32
added image stitching module
17 files changed:
modules/CMakeLists.txt
modules/stitching/CMakeLists.txt [new file with mode: 0644]
modules/stitching/blenders.cpp [new file with mode: 0644]
modules/stitching/blenders.hpp [new file with mode: 0644]
modules/stitching/focal_estimators.cpp [new file with mode: 0644]
modules/stitching/focal_estimators.hpp [new file with mode: 0644]
modules/stitching/main.cpp [new file with mode: 0644]
modules/stitching/motion_estimators.cpp [new file with mode: 0644]
modules/stitching/motion_estimators.hpp [new file with mode: 0644]
modules/stitching/seam_finders.cpp [new file with mode: 0644]
modules/stitching/seam_finders.hpp [new file with mode: 0644]
modules/stitching/util.cpp [new file with mode: 0644]
modules/stitching/util.hpp [new file with mode: 0644]
modules/stitching/util_inl.hpp [new file with mode: 0644]
modules/stitching/warpers.cpp [new file with mode: 0644]
modules/stitching/warpers.hpp [new file with mode: 0644]
modules/stitching/warpers_inl.hpp [new file with mode: 0644]