Searched refs:corners_ (Results 1 – 1 of 1) sorted by relevance
100 std::vector<Point> corners_; member in cv::detail::PairwiseSeamFinder143 : src_(&images[0]), corners_(&corners[0]) {} in ImagePairLess()147 Point c1 = corners_[l.first] + Point(src_[l.first].cols / 2, src_[l.first].rows / 2); in operator ()()148 Point c2 = corners_[l.second] + Point(src_[l.second].cols / 2, src_[l.second].rows / 2); in operator ()()151 c1 = corners_[r.first] + Point(src_[r.first].cols / 2, src_[r.first].rows / 2); in operator ()()152 c2 = corners_[r.second] + Point(src_[r.second].cols / 2, src_[r.second].rows / 2); in operator ()()160 const Point *corners_; member in cv::detail::DpSeamFinder::ImagePairLess