Home
last modified time | relevance | path

Searched refs:costFunction (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp125 CostFunction costFunction() const { return costFunc_; } in costFunction() function in cv::detail::DpSeamFinder
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp530 CV_Assert(costFunction() == COLOR_GRAD); in computeGradients()