MCPcopy 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

DetectionMethod · 0.80

Calls 3

resizeMethod · 0.80
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected