Searched defs:rweights (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A Dhaar.cpp1507 std::vector<int> rweights; local
1772 groupRectangles(rectList, rweights, std::max(minNeighbors, 1), GROUP_EPS);
1776 rweights.resize(rectList.size(),0);
1788 result_comp.neighbors = rweights[i];
1799 c.neighbors = !rweights.empty() ? rweights[i] : 0;

Completed in 305 milliseconds