Searched refs:centersCompare (Results 1 – 1 of 1) sorted by relevance
144 bool centersCompare(Vec3f a, Vec3f b) {return (a[2] > b[2]);} in centersCompare() function238 std::sort(sortBuf.begin(), sortBuf.end(), centersCompare); in detect()