implemented DP-based seam estimation method
authoralexey.spizhevoy <alexey.spizhevoy@itseez.com>
Thu, 2 Aug 2012 07:37:47 +0000 (11:37 +0400)
committerAlexey Spizhevoy <alexey.spizhevoy@itseez.com>
Tue, 7 Aug 2012 12:24:21 +0000 (16:24 +0400)
commita39bce204d05e382f99cfb8819bf78b83b5f15c7
tree8ccc09dbc37d1a068b9ca8fe8ddcd5ef64601372
parentcd58b7e1549b36839d44bd846468a2c9b0b05188
implemented DP-based seam estimation method
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
modules/stitching/src/seam_finders.cpp
samples/cpp/stitching_detailed.cpp