add multitracker and roiselector to tracking API group

pull/300/head
Kurnianggoro 10 years ago
parent 9477193a0e
commit a805f8baf9
  1. 4
      modules/tracking/include/opencv2/tracking/tracker.hpp

@ -1243,8 +1243,6 @@ class CV_EXPORTS_W TrackerKCF : public Tracker
BOILERPLATE_CODE("KCF",TrackerKCF);
};
//! @}
/************************************ MultiTracker Class ************************************/
/** @brief This class is used to track multiple objects using the specified tracker algorithm.
* The MultiTracker is naive implementation of multiple object tracking.
@ -1357,6 +1355,8 @@ Rect2d CV_EXPORTS_W selectROI(Mat img, bool fromCenter = true);
Rect2d CV_EXPORTS_W selectROI(const std::string& windowName, Mat img, bool showCrossair = true, bool fromCenter = true);
void CV_EXPORTS_W selectROI(const std::string& windowName, Mat img, std::vector<Rect2d> & boundingBox, bool fromCenter = true);
//! @}
} /* namespace cv */
#endif

Loading…
Cancel
Save