diff --git a/modules/gapi/3rdparty/vasot/include/vas/ot.hpp b/modules/gapi/3rdparty/vasot/include/vas/ot.hpp index c1997efb5377..9e955aa67cf4 100644 --- a/modules/gapi/3rdparty/vasot/include/vas/ot.hpp +++ b/modules/gapi/3rdparty/vasot/include/vas/ot.hpp @@ -391,10 +391,9 @@ class ObjectTracker::Builder { /** * Maximum number of trackable objects in a frame. * @n - * Valid range: 1 <= max_num_objects. Or it can be -1 if there is no limitation of maximum number in X86. KMB/TBH - * has limitation up to 1024. + * Valid range: 1 <= max_num_objects. Or it can be -1 if there is no limitation of maximum number in X86. * @n - * Default value is -1 which means there is no limitation in X86. KMB/TBH is -1 means 200. + * Default value is -1 which means there is no limitation in X86. */ int32_t max_num_objects; @@ -421,8 +420,7 @@ class ObjectTracker::Builder { /** * Platform configuration - * You can set various configuraions - * for each platform such as CPU, KMB, and TBH using predefined configurations + * You can set various configuraions for each platform using predefined configurations * @n * For Parallelization in KCFVAR mode, use key "max_num_threads" to set the maximum number of threads. Consult the * following format