#include <seam_finders.hpp>
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) |
Public Member Functions inherited from cv::detail::SeamFinder | |
virtual | ~SeamFinder () |
cv::detail::DpSeamFinder::DpSeamFinder | ( | CostFunction | costFunc = COLOR | ) |
|
inline |
|
virtual |
Implements cv::detail::SeamFinder.
|
inline |