Lines Matching refs:states_
272 states_.clear(); in findComponents()
299 states_.push_back(INTERS); in findComponents()
301 states_.push_back(FIRST); in findComponents()
303 states_.push_back(SECOND); in findComponents()
418 if ((states_[c1] & INTERS) && (states_[c1] & (~INTERS)) != states_[c2]) in resolveConflicts()
438 states_[c1] = states_[c2] == FIRST ? SECOND : FIRST; in resolveConflicts()
454 states_[c1] = states_[c2] == FIRST ? INTERS_SECOND : INTERS_FIRST; in resolveConflicts()
509 if (l > 0 && (states_[l-1] & FIRST) && mask1.at<uchar>(y - dy2 + dy1, x - dx2 + dx1)) in resolveConflicts()
519 if (l > 0 && (states_[l-1] & SECOND) && mask2.at<uchar>(y - dy1 + dy2, x - dx1 + dx2)) in resolveConflicts()
586 CV_Assert(states_[comp1] & INTERS); in getSeamTips()
715 CV_Assert(states_[comp] & INTERS); in computeCosts()
794 CV_Assert(states_[comp] & INTERS); in estimateSeam()