remove_border_alg.cpp
Go to the documentation of this file.
00001 #include "remove_border_alg.h"
00002 
00003 RemoveBorderAlgorithm::RemoveBorderAlgorithm(void)
00004 {
00005         
00006 }
00007 
00008 RemoveBorderAlgorithm::~RemoveBorderAlgorithm(void)
00009 {
00010 }
00011 
00012 void RemoveBorderAlgorithm::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 // RemoveBorderAlgorithm Public API


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