Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dseam_finders.hpp121 enum CostFunction { COLOR, COLOR_GRAD }; enum in cv::detail::DpSeamFinder
123 DpSeamFinder(CostFunction costFunc = COLOR);
125 CostFunction costFunction() const { return costFunc_; } in costFunction()
126 void setCostFunction(CostFunction val) { costFunc_ = val; } in setCostFunction()
207 CostFunction costFunc_;