source: 3DVCSoftware/branches/0.1-poznan-univ/cfg/renderer.cfg @ 852

Last change on this file since 852 was 2, checked in by hhi, 13 years ago

inital import

  • Property svn:eol-style set to native
File size: 3.5 KB
Line 
1#======== Input and Output Files =======
2VideoInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTv_RS768X1024.yuv # input video file basename, '$' is replaced by ViewNumber
3DepthInputFileBaseName  : C:\md\vids\original\MPEG_MVD_bookarrival_VN$_CTd_RS768X1024.yuv # input depth file basename, '$' is replaced by ViewNumber
4SynthOutputFileBaseName : C:\md\temp\book_synth_$_RS768X1024.yuv                           # output video file basename, '$' is replaced by ViewNumber
5ContOutputFileNumbering : 0                         # for SynthOutputFileBaseName only: 0 = Replace '$' with real view numbers, 1 = Replace '$' from Left View to Right View beginning with 0
6
7#======== File Specification =======
8SourceWidth             : 1024                      # width in pel
9SourceHeight            : 768                       # height in pel
10FrameSkip               : 0                         # frames to skip from beginning
11FramesToBeRendered      : 5                         # 0 for all
12
13#======== Camera Specification =======
14BaseViewCameraNumbers   : 10 8                      # numbers of base views, (From left to right)
15SynthViewCameraNumbers  : 0 : 0.25 : 2              # numbers or range of synthesized views
16CameraParameterFile     : c:\md\codecs\MVDC005_64\cfg\cam_para.cfg              # name of camera parameter file
17
18#======== Rendering Parameters =======
19RenderDirection         : 0                         # 0: interpolate, 1: extrapolate from left, 2: exterpolate from right
20RendererMode            : 0                         # 0: use Renderer, 1: use Model, 10: generate used pels map
21
22#======== Sampling ========
23UVup                    : 1                         # upsampling of chroma planes before processing
24Log2SamplingFactor      : 0                         # factor for horizontal upsampling before processing (Only supported for Interpolation mode 1)
25
26#======== Pre/ PostProcesssing ========
27PreProcMode             : 0                         # depth pre-processing: 0 = none, 1 = binominal filtering
28PreFilterSize           : 0                         # for PreProcMode = 1:  half size of filter kernel
29TemporalDepthFilter     : 1                         # 0: off, 1: temporal depth filter of non-moving blocks ( tool from VSRS Software)
30PostProcMode            : 0                         # 0: none, 1: horizontal 3-tap median
31
32#======== Interpolation ========
33InterpolationMode       : 4                         # 0: NN, 1:linear (int), 2:linear (double) , 3:cspline (double), 4: 8-tap/4-tap HEVC (int)
34ShiftPrecision          : 2                         # precision of Shifts 0: full pel, 1: half pel, 2: quater pel( should be 0 for interpolation modes 0, 2 and 3)
35
36#======== Hole Filling ========
37HoleFillingMode         : 1                         # 0: none, 1: line wise background extension
38
39#======== Blending ========
40BlendMode               : 0                         # blending of left and right image: 0: average, 1: holes from right, 2: only holes from left, 3: adaptively from BaseViewCameraNumbers order
41BlendZThresPerc         : 30                        # Z-difference threshold for blending in percent of total Z-range
42BlendUseDistWeight      : 1                         # 0: blending using average; 1: weight blending depending on view distance
43BlendHoleMargin         : 4                         # Margin next holes to fill with other view in interpolation or to cut in extrapolation ( should be 2 for extrapolation)
44
45#======== Used Pel Map Generation ========
46UsedPelMapMarExt        : 0                         # Dilation width of used pel map
Note: See TracBrowser for help on using the repository browser.