OpenCV中:DetectMultiScale (InputArray image, vector & objects, double scaleFactor = 1.1, int minNeighbors = 3, int flags = 0, Size minSize = Size (), Size maxSize = Size ())这里存储目标的类型vector type, 然而,跟踪算法定义的类型为Rect2d类型, MultiTracker :: add (const String & trackerType, const Mat & image, const Rect2d & boundingBox) ,请问大神们有解决办法吗???