Rect boundingRect(VARP points) { final pOut = c.mnn_cv_boundingRect(points.ptr); final rval = Rect.fromPointer(pOut); return rval; }