Changeset 189 in 3DVCSoftware for trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
- Timestamp:
- 18 Nov 2012, 22:11:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
r127 r189 157 157 SignHideFlag : 1 # sign hiding 158 158 SignHideThreshold : 4 # sign hiding threshold 159 159 IlluCompEnable : 1 # illumination compensation (0: OFF, 1: ON) 160 160 161 161 #============ PCM ================ … … 201 201 MVI : 1 # motion parameter inheritance 202 202 VSO : 1 # use of view synthesis optimization for depth coding 203 203 QTLPC : 1 # use of quadtree limitation + predictive coding of the quadtree for depth coding 204 SDC : 1 # use simplified depth coding tree 205 DLT : 1 # use depth lookup table 204 206 205 207 #========== view synthesis optimization (VSO) ========== 206 208 VSOConfig : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) I(s0.25 s0.5 s0.75)] # VSO configuration string 209 WVSO : 1 # use of WVSO (Depth distortion metric with a weighted depth fidelity term) 210 VSOWeight : 10 # weight of VSO ( in SAD case, cf. squared in SSE case ) 211 VSDWeight : 1 # weight of VSD ( in SAD case, cf. squared in SSE case ) 212 DWeight : 1 # weight of depth distortion itself ( in SAD case, cf. squared in SSE case ) 207 213 208 214 #============ Misc. ================
Note: See TracChangeset for help on using the changeset viewer.