Changeset 5 in 3DVCSoftware for trunk/cfg/renderer.cfg


Ignore:
Timestamp:
12 Dec 2011, 18:35:44 (14 years ago)
Author:
hhi
Message:

Clean version with cfg-files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/renderer.cfg

    r2 r5  
    11#======== Input and Output Files =======
    2 VideoInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTv_RS768X1024.yuv # input video file basename, '$' is replaced by ViewNumber
    3 DepthInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTd_RS768X1024.yuv # input depth file basename, '$' is replaced by ViewNumber
    4 SynthOutputFileBaseName : C:\md\temp\book_synth_$_RS768X1024.yuv                           # output video file basename, '$' is replaced by ViewNumber
     2VideoInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTv_RS768X1024.yuv # input video file basename, '$' is replaced by BaseViewCameraNumber
     3DepthInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTd_RS768X1024.yuv # input depth file basename, '$' is replaced by BaseViewCameraNumber
     4SynthOutputFileBaseName : C:\md\temp\book_synth_$_RS768X1024.yuv                           # output video file basename, '$' is replaced by SynthViewCameraNumber
    55ContOutputFileNumbering : 0                         # for SynthOutputFileBaseName only: 0 = Replace '$' with real view numbers, 1 = Replace '$' from Left View to Right View beginning with 0
     6
     7#======== Input and Output Files (alternatively )=======
     8#VideoInputFile_0        : C:\md\vids\original\MPEG_MVD_bookarrival_VN10_CTv_RS768X1024.yuv
     9#VideoInputFile_1        : C:\md\vids\original\MPEG_MVD_bookarrival_VN08_CTv_RS768X1024.yuv
     10#VideoInputFile_2        : C:\md\vids\original\MPEG_MVD_bookarrival_VN06_CTv_RS768X1024.yuv
     11
     12#DepthInputFile_0        : C:\md\vids\original\MPEG_MVD_bookarrival_VN10_CTd_RS768X1024.yuv
     13#DepthInputFile_1        : C:\md\vids\original\MPEG_MVD_bookarrival_VN08_CTd_RS768X1024.yuv
     14#DepthInputFile_2        : C:\md\vids\original\MPEG_MVD_bookarrival_VN06_CTd_RS768X1024.yuv
     15
     16#SynthOutputFile_0       : C:\md\temp\book_synth_0_RS768X1024.yuv 
     17#SynthOutputFile_1       : C:\md\temp\book_synth_1_RS768X1024.yuv 
     18#SynthOutputFile_2       : C:\md\temp\book_synth_2_RS768X1024.yuv 
     19# ...
     20
    621
    722#======== File Specification =======
     
    1227
    1328#======== Camera Specification =======
    14 BaseViewCameraNumbers   : 10 8                      # numbers of base views, (From left to right)
    15 SynthViewCameraNumbers  : 0 : 0.25 : 2              # numbers or range of synthesized views
     29BaseViewCameraNumbers   : 10 8 6                    # numbers of base views, (From left to right)
     30SynthViewCameraNumbers  : 0 : 0.25 : 2              # numbers or range of synthesized views (original views are copied)
    1631CameraParameterFile     : c:\md\codecs\MVDC005_64\cfg\cam_para.cfg              # name of camera parameter file
    1732
     
    2035RendererMode            : 0                         # 0: use Renderer, 1: use Model, 10: generate used pels map
    2136
    22 #======== Sampling ========
    23 UVup                    : 1                         # upsampling of chroma planes before processing
    24 Log2SamplingFactor      : 0                         # factor for horizontal upsampling before processing (Only supported for Interpolation mode 1)
    25 
    2637#======== Pre/ PostProcesssing ========
    27 PreProcMode             : 0                         # depth pre-processing: 0 = none, 1 = binominal filtering
    28 PreFilterSize           : 0                         # for PreProcMode = 1:  half size of filter kernel
    29 TemporalDepthFilter     : 1                         # 0: off, 1: temporal depth filter of non-moving blocks ( tool from VSRS Software)
    30 PostProcMode            : 0                         # 0: none, 1: horizontal 3-tap median
     38TemporalDepthFilter     : 0                         # 0: off, 1: temporal depth filter of non-moving blocks ( tool from VSRS Software)
     39SimEnhance              : 1                         # 0: off, 1: on, Similarity enhancement
    3140
    3241#======== Interpolation ========
    33 InterpolationMode       : 4                         # 0: NN, 1:linear (int), 2:linear (double) , 3:cspline (double), 4: 8-tap/4-tap HEVC (int)
    34 ShiftPrecision          : 2                         # precision of Shifts 0: full pel, 1: half pel, 2: quater pel( should be 0 for interpolation modes 0, 2 and 3)
     42ShiftPrecision          : 2                         # precision of Shifts 0: full pel, 1: half pel, 2: quater pel
    3543
    3644#======== Hole Filling ========
     
    4149BlendZThresPerc         : 30                        # Z-difference threshold for blending in percent of total Z-range
    4250BlendUseDistWeight      : 1                         # 0: blending using average; 1: weight blending depending on view distance
    43 BlendHoleMargin         : 4                         # Margin next holes to fill with other view in interpolation or to cut in extrapolation ( should be 2 for extrapolation)
     51BlendHoleMargin         : 6                         # Margin next holes to blend with other view in interpolation or to cut in extrapolation ( should be 2 for extrapolation)
    4452
    45 #======== Used Pel Map Generation ========
    46 UsedPelMapMarExt        : 0                         # Dilation width of used pel map
     53#======== Others ===========
     54Sweep                   : 0                         # Output all views to one file
Note: See TracChangeset for help on using the changeset viewer.