closeToContour    192 modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp     bool closeToContour(int y, int x, const Mat_<uchar> &contourMask);
closeToContour    598 modules/stitching/src/seam_finders.cpp         if (closeToContour(y, x, contour1mask_) &&
closeToContour    599 modules/stitching/src/seam_finders.cpp             closeToContour(y, x, contour2mask_) &&