Searched refs:grady2_ (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
H A Dseam_finders.hpp215 Mat_<float> gradx2_, grady2_; member in class:cv::detail::DpSeamFinder
/external/opencv3/modules/stitching/src/
H A Dseam_finders.cpp548 Sobel(gray, grady2_, CV_32F, 0, 1);
779 std::abs(grady2_(y + dy2, x + dx2)) + std::abs(grady2_(y + dy2 - 1, x + dx2)) + 1.f;

Completed in 91 milliseconds