added first version of public stitching API, added simple sample which uses that...
authorAlexey Spizhevoy <no@email>
Wed, 7 Sep 2011 11:14:27 +0000 (11:14 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 7 Sep 2011 11:14:27 +0000 (11:14 +0000)
commitc9a41c680210b605a737faad815f70352ad2f996
tree1fa98d38700291cd8f6dbfa8e0b864183c76080f
parent1449dd1f02e48e4cb8c2b952409f248380f8fc47
added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed
19 files changed:
modules/stitching/include/opencv2/stitching/detail/autocalib.hpp
modules/stitching/include/opencv2/stitching/detail/blenders.hpp
modules/stitching/include/opencv2/stitching/detail/camera.hpp
modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
modules/stitching/include/opencv2/stitching/detail/util.hpp
modules/stitching/include/opencv2/stitching/detail/util_inl.hpp
modules/stitching/include/opencv2/stitching/detail/warpers.hpp
modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp
modules/stitching/include/opencv2/stitching/stitcher.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/warpers.hpp [new file with mode: 0644]
modules/stitching/src/matchers.cpp
modules/stitching/src/precomp.hpp
modules/stitching/src/stitcher.cpp [new file with mode: 0644]
modules/stitching/src/util.cpp
samples/cpp/stitching.cpp
samples/cpp/stitching_detailed.cpp [new file with mode: 0644]