-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample_ncorr.json
More file actions
58 lines (57 loc) · 1.86 KB
/
example_ncorr.json
File metadata and controls
58 lines (57 loc) · 1.86 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"version" : 2,
"sample-name": "Trial Sample",
"images":[
"../example-photos/Apple-DemoS2-Aluminum-5e5 010.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 011.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 012.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 013.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 014.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 015.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 016.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 017.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 018.jpg",
"../example-photos/Apple-DemoS2-Aluminum-5e5 019.jpg"
],
"roi":"../example-photos/roi.png",
"dic-settings":{
"scale-factor":3,
"interpolation":"Cubic Keys Precompute",
"threads":8,
"subregion":"circle",
"radius-sub": 20,
"dic-config":"NO_UPDATE"
},
"output-settings":{
"ouput-strain-mode":"Lagrangian",
"video-strain-mode":"Eulerian",
"csv-out":["mean e1","mean e2","mean exx","mean eyy","mean exy"],
"video-img-out":"e1",
"units":"inch",
"units-per-px":".01",
"fps":15,
"opencv-color":"COLORMAP_JET",
"end-delay":2,
"fourcc":["M","J","P","G"],
"colorbar": true,
"axes": false,
"scalebar":false,
"num-units":-1,
"font-size":1,
"tick-marks":11,
"strain-min":0,
"strain-max":-1,
"disp-min": 0,
"disp-max": 2.0,
"strain radius":20,
"subregion":"circle",
"output":"image",
"output-dir": "../example-photos/Result/"
},
"results":{
"dic-input":"",
"dic-output":"",
"strain-input":"",
"strain-output":""
}
}