Commit a805f8ba authored by Kurnianggoro's avatar Kurnianggoro

add multitracker and roiselector to tracking API group

parent 9477193a
...@@ -1243,8 +1243,6 @@ class CV_EXPORTS_W TrackerKCF : public Tracker ...@@ -1243,8 +1243,6 @@ class CV_EXPORTS_W TrackerKCF : public Tracker
BOILERPLATE_CODE("KCF",TrackerKCF); BOILERPLATE_CODE("KCF",TrackerKCF);
}; };
//! @}
/************************************ MultiTracker Class ************************************/ /************************************ MultiTracker Class ************************************/
/** @brief This class is used to track multiple objects using the specified tracker algorithm. /** @brief This class is used to track multiple objects using the specified tracker algorithm.
* The MultiTracker is naive implementation of multiple object tracking. * The MultiTracker is naive implementation of multiple object tracking.
...@@ -1357,6 +1355,8 @@ Rect2d CV_EXPORTS_W selectROI(Mat img, bool fromCenter = true); ...@@ -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); 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); void CV_EXPORTS_W selectROI(const std::string& windowName, Mat img, std::vector<Rect2d> & boundingBox, bool fromCenter = true);
//! @}
} /* namespace cv */ } /* namespace cv */
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment