source: 3DVCSoftware/branches/HTM-15.1-dev0-Nokia/cfg/SEI/depthRepresentationInfoSei.cfg @ 1340

Last change on this file since 1340 was 1340, checked in by chen, 9 years ago

Update the configuration files for DepthRepresentationInfoSEI.

File size: 1.8 KB
Line 
1PayloadType                     : 177
2
3
4#======== Applicability  ==========    ( SEI is only send for pictures in intersection )
5ApplicableLayerIds              :  1 3                           # LayerIds      of layers   to which the SEI is added. (all when empty)
6ApplicablePocs                  : 0                            # POCs          of pictures to which the SEI is added. (all when empty)
7#ApplicableTids                  : 0                            # Tids          of pictures to which the SEI is added. (all when empty)
8#ApplicableVclNaluTypes          : 0                            # NaluUnitTypes of picture  to which the SEI is added. (all when empty)
9#======== Position in bit stream  ============
10SeiNaluId                       : 0                              # Identifies to which NAL unit  the SEI is added.
11PositionInSeiNalu               : 0                              # Identifies the position within the NAL unit
12#======== Payload modification =============
13ModifyByEncoder                 : 1                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
14#======== Payload specification =============
15
16#DepthRepresentationInfoSeiPresentFlag_x equal to 1 indicates that the DepthRepresentationInfoSei parameters for layer_x are given below
17#Each parameter should be named link parametername_xxx , where xxx represents the layerId
18DepthRepresentationInfoSeiPresentFlag_1 : 1
19
20ZNear_1 : 2289.2
21ZFar_1 : 213500
22DepthRepresentationType_1         : 2
23
24
25DepthRepresentationInfoSeiPresentFlag_3 : 1
26
27ZNear_3 : 448.251214
28ZFar_3 : 11206.280350
29DMin_3 : 1.891
30DMax_3 : 16.28
31
32DepthRepresentationType_3         : 3
33DisparityRefViewId_3 :  0
34
35DepthNonlinearRepresentationNumMinus1_3 : 4
36DepthNonlinearRepresentationModel_3 : 1  3 4 12 5
37
38
39
Note: See TracBrowser for help on using the repository browser.