Home
last modified time | relevance | path

Searched refs:INTERS (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp134 FIRST = 1, SECOND = 2, INTERS = 4, enumerator
135 INTERS_FIRST = INTERS | FIRST,
136 INTERS_SECOND = INTERS | SECOND
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp299 states_.push_back(INTERS); in findComponents()
418 if ((states_[c1] & INTERS) && (states_[c1] & (~INTERS)) != states_[c2]) 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()