VecRect groupRectangles(VecRect rects, int groupThreshold, double eps) { cvRun(() => cffi.GroupRectangles(rects.ptr, groupThreshold, eps)); rects.reattach(); return rects; }