Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp214 Mat_<float> gradx1_, grady1_; member in cv::detail::DpSeamFinder
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp539 Sobel(gray, gradx1_, CV_32F, 1, 0); in computeGradients()
754 … float costGrad = std::abs(gradx1_(y + dy1, x + dx1)) + std::abs(gradx1_(y + dy1, x + dx1 - 1)) + in computeCosts()