HomeSort by relevance Sort by last modified time
    Searched refs:grady1_ (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 540 Sobel(gray, grady1_, CV_32F, 0, 1);
778 float costGrad = std::abs(grady1_(y + dy1, x + dx1)) + std::abs(grady1_(y + dy1 - 1, x + dx1)) +
    [all...]

Completed in 581 milliseconds