remove_small_regions_alg.cpp
Go to the documentation of this file.
00001 #include "remove_small_regions_alg.h"
00002 
00003 RemoveSmallRegionsAlgorithm::RemoveSmallRegionsAlgorithm(void)
00004 {
00005         
00006 }
00007 
00008 RemoveSmallRegionsAlgorithm::~RemoveSmallRegionsAlgorithm(void)
00009 {
00010 }
00011 
00012 void RemoveSmallRegionsAlgorithm::config_update(Config& new_cfg, uint32_t level)
00013 {
00014   this->lock();
00015 
00016   // save the current configuration
00017   this->config_=new_cfg;
00018   
00019   this->unlock();
00020 }
00021 
00022 // RemoveSmallRegionsAlgorithm Public API


iri_opencv_filters
Author(s): David Martinez
autogenerated on Fri Dec 6 2013 22:43:25