[Version] 1.0.10-0
[Issue type] new feature
Left and right images are concatenated as top-and-bottom format,
Left in top and right in bottom.
Change-Id: I89a2e7ea04cd26857ba6e401dac7c8befa87353c
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
enum
{
- DFS_DATA_INPUT_FORMAT_COUPLED_SBS = 1,
- DFS_DATA_INPUT_FORMAT_DECOUPLED_SBS = 2
+ DFS_DATA_INPUT_FORMAT_COUPLED_SBS = 1, /**< left and right images are coupled as Side-by-side */
+ DFS_DATA_INPUT_FORMAT_DECOUPLED_SBS = 2, /**< left and right images are decoupled */
+ DFS_DATA_INPUT_FORMAT_COUPLED_TB = 3 /**< left and right images are coupled as Top-and-bottom */
};
}
Name: dfs-adaptation
Summary: Adaptation of depth-from-stereo
-Version: 1.0.9
+Version: 1.0.10
Release: 0
Group: Multimedia/Framework
License: Apache-2.0