1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 13:57:05 +08:00

doc: remove UML diagrams in tracking module

This commit is contained in:
Alexander Alekhin
2016-10-31 14:55:25 +03:00
parent 9ea4ad9103
commit 214843df72
2 changed files with 0 additions and 261 deletions

View File

@@ -69,14 +69,9 @@ the TrackerModel is the statistical model.
A recent benchmark between these algorithms can be found in @cite OOT
UML design: see @ref tracking_diagrams
To see how API works, try tracker demo:
<https://github.com/lenlen/opencv/blob/tracking_api/samples/cpp/tracker.cpp>
@note This Tracking API has been designed with PlantUML. If you modify this API please change UML
in <em>modules/tracking/doc/tracking_diagrams.markdown</em>. The following reference was used in the API
Creating Own Tracker
--------------------