|
|
|
@ -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 |
|
|
|
|