Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Smorodov/Multitarget-tracker
/ CleanRegions
Method
CleanRegions
example/VideoExample.h:185–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
184
///
185
void CleanRegions()
186
{
187
if (m_regions.size() != m_batchSize)
188
m_regions.resize(m_batchSize);
189
for (auto& regions : m_regions)
190
{
191
regions.clear();
192
}
193
}
194
195
///
196
void CleanTracks()
Callers
1
Detection
Method · 0.80
Calls
3
resize
Method · 0.80
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected