-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathViewSynthesis_news.cfg
38 lines (33 loc) · 3.33 KB
/
ViewSynthesis_news.cfg
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
#================ Input Parameters ================
DepthType 1 # 0...Depth from camera, 1...Depth from the origin of 3D space
SourceWidth 1024 # Input frame width
SourceHeight 768 # Input frame height
StartFrame 0 # Starting frame #
TotalNumberOfFrames 100 # Total number of input frames
LeftNearestDepthValue 3393.977060 # Nearest depth value of left image from camera or the origin of 3D space
LeftFarthestDepthValue 7542.171244 # Farthest depth value of left image from camera or the origin of 3D space
RightNearestDepthValue 3393.977060 # Nearest depth value of right image from camera or the origin of 3D space
RightFarthestDepthValue 7542.171244 # Farthest depth value of right image from camera or the origin of 3D space
CameraParameterFile ../camera_parameter_files/cam_param_news.txt # Name of text file which includes real and virtual camera parameters
LeftCameraName param_news03 # Name of real left camera
VirtualCameraName param_news05 # Name of virtual camera
RightCameraName param_news06 # Name of real right camera
LeftViewImageName I:\FTV_Test_Sequence\Newspaper\Newspaper_3.yuv # Name of left input video
RightViewImageName I:\FTV_Test_Sequence\Newspaper\Newspaper_6.yuv # Name of right input video
LeftDepthMapName I:\FTV_Test_Sequence\FTV_depth\02.86MPEG\01.Narrow\05.Newspaper\news_d_3.yuv # Name of left depth map video
RightDepthMapName I:\FTV_Test_Sequence\FTV_depth\02.86MPEG\01.Narrow\05.Newspaper\news_d_6.yuv # Name of right depth map video
OutputVirtualViewImageName news_virtual05.yuv # Name of output virtual view video
ColorSpace 0 # 0...YUV, 1...RGB
Precision 2 # 1...Integer-pel, 2...Half-pel, 4...Quater-pel
Filter 1 # 0...(Bi)-linear, 1...(Bi)-Cubic, 2...MPEG-4 AVC
BoundaryNoiseRemoval 1 # Boundary Noise Removal: Updated By GIST
SynthesisMode 1 # 0...General, 1...1D parallel
#---- General mode ------
ViewBlending 1 # 0...Blend left and right images, 1...Not Blend
#---- 1D mode ------
#---- In this example, all parameters below are commented and default values will be taken ----
#SplattingOption 2 # 0: disable; 1: Enable for all pixels; 2: Enable only for boundary pixels. Default: 2
#BoundaryGrowth 40 # A parameter to enlarge the boundary area with SplattingOption = 2. Default: 40
#MergingOption 2 # 0: Z-buffer only; 1: Averaging only; 2: Adaptive merging using Z-buffer and averaging. Default: 2
#DepthThreshold 75 # A threshold is only used with MergingOption = 2. Range: 0 ~ 255. Default: 75
#HoleCountThreshold 30 # A threshold is only used with MergingOption = 2. Range: 0 ~ 49. Default: 30