SourceXtractorPlusPlus  0.15
Please provide a description of the project.
SourceXtractorConfig.cpp
Go to the documentation of this file.
1 
24 #include "SEMain/PluginConfig.h"
27 
33 
34 namespace po = boost::program_options;
35 
36 namespace SourceXtractor {
37 
39  declareDependency<DetectionImageConfig>();
40  declareDependency<WeightImageConfig>();
41 
42  declareDependency<BackgroundConfig>();
43  declareDependency<MinAreaPartitionConfig>();
44  declareDependency<AttractorsPartitionConfig>();
45  declareDependency<MultiThresholdPartitionConfig>();
46  declareDependency<CleaningConfig>();
47  // The following dependency is not used but it is included so its options
48  // are included in the help message
49  declareDependency<PluginConfig>();
50 }
51 
52 } // SourceXtractor namespace
53 
54 
55