[Version] 1.0.3-0
[Issue type] update
dfs now handles gray level color space. In case of that, the values of
mP1 and P2 should be adjusted.
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Name: dfs-opencv
Summary: OpenCV based Depth-from-Stereo implementation
-Version: 1.0.2
-Release: 2
+Version: 1.0.3
+Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
mNumDisparities(64),
mBlockSize(5),
mMinDisparity(32),
- mP1(24*3),
- mP2(96*3),
+ mP1(24*1),
+ mP2(96*1),
mPreFilterCap(63),
mDispMat(),
mDepthData(),