Fix char*->String in create method

pull/341/head
Vladimir 10 years ago
parent a10695e955
commit 54493bf4a6
  1. 2
      modules/tracking/include/opencv2/tracking/tracker.hpp

@ -1273,7 +1273,7 @@ public:
@return True if new target initialization went succesfully, false otherwise
*/
bool addTarget(const Mat& image, const Rect2d& boundingBox, char* tracker_algorithm_name);
bool addTarget(const Mat& image, const Rect2d& boundingBox, String tracker_algorithm_name);
/** @brief Update all trackers from the tracking-list, find a new most likely bounding boxes for the targets
@param image The current frame

Loading…
Cancel
Save