-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappconfig.cfg
More file actions
39 lines (35 loc) · 1.13 KB
/
Copy pathappconfig.cfg
File metadata and controls
39 lines (35 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[FileRepository]
InputCsvDir = data/csv
InputJsonDir = data/json
OutputCsvDir= data/processed/csv/
OutputJsonDir = data/processed/json/
WaterLevelConfigDir = data/waterlevelconfigs/
FirstDigitLearningImagesDir = data/learningimages/firstdigit
SecondDigitLearningImagesDir = data/learningimages/seconddigit
FirstDigitNotMatchedImagesDir = data/nomatchimages/firstdigit
SecondDigitNotMatchedImagesDir = data/nomatchimages/seconddigit
ImageDir = data/images
[DataProcessingParams]
DepthFilterLow = 0.2
DepthFilterHigh = 6.0
GpsRoundPrecision = 4
GpsErrorThreshold = 115
RegularizerTimeLoggingThreshold = 172800
LocGeneratorRuns = 9
LocGeneratorShoreLineAggression = 12
[MeasurementPoints]
Pello = http://wwwi2.ymparisto.fi/i2/67/q6701500y/picsimp_w_big.html
[BitmapProcessingParams]
FirstRectangleX = 135
FirstRectangleY = 290
FirstRectangleWidth = 100
FirstRectangleHeight = 130
SecondRectangleX = 250
SecondRectangleY = 290
SecondRectangleWidth = 100
SecondRectangleHeight = 130
ResizeWidth = 40
ResizeHeight = 52
[DataServiceWebAPI]
LocationDataUrl = http://localhost:8080/api/locationdata
LocationSettingsUrl = http://localhost:8080/api/locationsettings