TsFilter.cpp File Reference
#include "../Config.h"
#include <terralib/rp.h>
#include <terralib/raster.h>
#include <boost/test/unit_test.hpp>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

 BOOST_AUTO_TEST_CASE (robertsFilter_test)
 
 BOOST_AUTO_TEST_CASE (meanFilter_test)
 
 BOOST_AUTO_TEST_CASE (modeFilter_test)
 
 BOOST_AUTO_TEST_CASE (medianFilter_test)
 
 BOOST_AUTO_TEST_CASE (dilationFilter_test)
 
 BOOST_AUTO_TEST_CASE (erosionFilter_test)
 
 BOOST_AUTO_TEST_CASE (userDefinedWindow_test)
 
 BOOST_AUTO_TEST_SUITE (filter_tests) BOOST_AUTO_TEST_CASE(sobelFilter_test)
 

Macro Definition Documentation

#define BOOST_TEST_NO_MAIN

Definition at line 32 of file TsFilter.cpp.

Function Documentation