Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dseam_finders.hpp190 bool hasOnlyOneNeighbor(int comp);
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp429 if (hasOnlyOneNeighbor(c1)) in resolveConflicts()
552 bool DpSeamFinder::hasOnlyOneNeighbor(int comp) in hasOnlyOneNeighbor() function in cv::detail::DpSeamFinder