Added call to clone() to avoid unexpected change to external data.
authorAdi Shavit <adishavit@gmail.com>
Thu, 3 Jul 2014 19:14:58 +0000 (22:14 +0300)
committerAdi Shavit <adishavit@gmail.com>
Thu, 3 Jul 2014 19:14:58 +0000 (22:14 +0300)
commit7674f3ddbff1231021f1026df5c9259fba06fa4c
tree1671c2d034b8047a0e4e5dbf7e1fc2d0c8e25fec
parent964b2609373f0de2737ef0a607183b6c1132b17a
Added call to clone() to avoid unexpected change to external data.
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
modules/stitching/src/stitcher.cpp
samples/cpp/stitching_detailed.cpp