#include <seam_finders.hpp>
Inherits cv::detail::SeamFinder.
Classes | |
| class | ClosePoints |
| class | ImagePairLess |
Public Types | |
| enum | CostFunction { COLOR, COLOR_GRAD } |
Public Member Functions | |
| DpSeamFinder (CostFunction costFunc=COLOR) | |
| CostFunction | costFunction () const |
| void | setCostFunction (CostFunction val) |
| virtual void | find (const std::vector< Mat > &src, const std::vector< Point > &corners, std::vector< Mat > &masks) |
| cv::detail::DpSeamFinder::DpSeamFinder | ( | CostFunction | costFunc = COLOR | ) |
| virtual void cv::detail::DpSeamFinder::find | ( | const std::vector< Mat > & | src, |
| const std::vector< Point > & | corners, | ||
| std::vector< Mat > & | masks | ||
| ) | [virtual] |
Implements cv::detail::SeamFinder.