|
@@ -131,11 +131,10 @@ void SemSegObliqueTree::preprocessChannels (
|
|
|
|
|
|
|
|
|
void SemSegObliqueTree::initFromConfig( const Config *_conf,
|
|
|
- const string &s_confSection )
|
|
|
+ const string &s_confSection )
|
|
|
{
|
|
|
conf = _conf;
|
|
|
saveLoadData = conf->gB ( s_confSection, "save_load_data", false );
|
|
|
- run3Dseg = conf->gB ( s_confSection, "run_3dseg", false );
|
|
|
colorMode = conf->gI ( s_confSection, "color_mode", 0 );
|
|
|
fileLocation = conf->gS ( s_confSection, "datafile", "classifier.data" );
|
|
|
|