HomeSort by relevance Sort by last modified time
    Searched refs:gradx1_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 214 Mat_<float> gradx1_, grady1_; member in class:cv::detail::DpSeamFinder
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 539 Sobel(gray, gradx1_, CV_32F, 1, 0);
754 float costGrad = std::abs(gradx1_(y + dy1, x + dx1)) + std::abs(gradx1_(y + dy1, x + dx1 - 1)) +
    [all...]

Completed in 57 milliseconds