Home | History | Annotate | Download | only in src

Lines Matching defs:getNeighbors

1090 struct getNeighbors { int operator ()(const CvAvgComp& e) const { return e.neighbors; } };
1550 std::transform(vecAvgComp.begin(), vecAvgComp.end(), numDetections.begin(), getNeighbors());