Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp196 void computeCosts(
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp711 void DpSeamFinder::computeCosts( in computeCosts() function in cv::detail::DpSeamFinder
797 computeCosts(image1, image2, tl1, tl2, comp, costV, costH); in estimateSeam()