MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ remove_region_group()

void MayaFlux::Kakshya::VideoStreamContainer::remove_region_group ( const std::string &  name)
overridevirtual

Remove a region group by name.

Parameters
nameName of the region group to remove

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 306 of file VideoStreamContainer.cpp.

307{
308 Memory::SeqlockWriteGuard g(m_region_lock);
309 m_region_groups.erase(name);
310}
std::unordered_map< std::string, RegionGroup > m_region_groups

References m_region_groups, and m_region_lock.