Closed ialok closed 7 years ago
Background: Few classes/methods exchange parameters by hard-coding them in the source These variable may have an impact on the performance of the detection algorithm Existing Scenario: Change the parameter value and compile the code each time Fix: [x] Trace through the code to find these hard-coded parameters [x] Update the configuration files with these parameters [x] Use the static class StraboParameters to read from the config [x] Update the old parameter instances with StraboParameters function call
Background:
@yaoyichi @wangzyusc This moves most of the hard-coded values to the App.config. However, few still exists which are more specific to the class logic. Ignoring those for now