TAPI: stitching, replaced Mat->UMat/_Array
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Fri, 14 Feb 2014 11:36:04 +0000 (15:36 +0400)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Fri, 11 Apr 2014 09:01:06 +0000 (13:01 +0400)
commit1d9808e5d5c6f53fe25077f77279404bab205755
treee1d751ce22271f491128908406b818c2069ff722
parent8b6c5ade0e527db9935fb7485f12be5c2295abf9
TAPI: stitching, replaced Mat->UMat/_Array
15 files changed:
modules/core/include/opencv2/core/mat.hpp
modules/core/src/matrix.cpp
modules/stitching/include/opencv2/stitching.hpp
modules/stitching/include/opencv2/stitching/detail/blenders.hpp
modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
modules/stitching/include/opencv2/stitching/detail/util.hpp
modules/stitching/src/blenders.cpp
modules/stitching/src/exposure_compensate.cpp
modules/stitching/src/matchers.cpp
modules/stitching/src/seam_finders.cpp
modules/stitching/src/stitcher.cpp
modules/stitching/src/util.cpp
samples/cpp/stitching_detailed.cpp