CostFunction 123 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp DpSeamFinder(CostFunction costFunc = COLOR); CostFunction 125 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp CostFunction costFunction() const { return costFunc_; } CostFunction 126 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp void setCostFunction(CostFunction val) { costFunc_ = val; } CostFunction 207 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp CostFunction costFunc_; CostFunction 165 modules/stitching/src/seam_finders.cpp DpSeamFinder::DpSeamFinder(CostFunction costFunc) : costFunc_(costFunc) {}