TsClassifier.cpp File Reference
#include "../Config.h"
#include <terralib/dataaccess.h>
#include <terralib/rp.h>
#include <terralib/geometry.h>
#include <terralib/raster.h>
#include <terralib/memory.h>
#include <terralib/common.h>
#include <boost/test/unit_test.hpp>
#include <boost/timer.hpp>

Go to the source code of this file.

Macros

#define BOOST_TEST_NO_MAIN
 

Functions

 BOOST_AUTO_TEST_CASE (ISOSeg_single_thread_test)
 
 BOOST_AUTO_TEST_CASE (ISOSeg_multi_thread_test)
 
 BOOST_AUTO_TEST_CASE (MAP_test)
 
 BOOST_AUTO_TEST_CASE (ED_test)
 
 BOOST_AUTO_TEST_CASE (EM_test)
 
 BOOST_AUTO_TEST_CASE (SAM_test)
 
 BOOST_AUTO_TEST_CASE (KMeans_test)
 
 BOOST_AUTO_TEST_SUITE (classifier_tests) void SegmentImage(te
 
void saveToShp (std::vector< te::gm::Polygon * > polygons, std::vector< double > &polygonsValues, const std::string &shpBaseFileName)
 

Macro Definition Documentation

#define BOOST_TEST_NO_MAIN

Definition at line 36 of file TsClassifier.cpp.

Function Documentation

void saveToShp ( std::vector< te::gm::Polygon * >  polygons,
std::vector< double > &  polygonsValues,
const std::string &  shpBaseFileName 
)