Add DFS_DATA_TYPE_FLOAT32C1 to support float type data
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 22 Dec 2021 01:08:05 +0000 (10:08 +0900)
committer엘무럿/선행S/W Lab(생활가전)/Principal Engineer/삼성전자 <e.talipov@samsung.com>
Thu, 27 Jan 2022 04:33:55 +0000 (13:33 +0900)
[Version] 1.0.1
[Issue type] Update

Output of dfs can be type of float as well as uint8.
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
include/dfs_parameter.h
packaging/dfs-adaptation.spec

index 2f76033..61cb198 100644 (file)
@@ -59,7 +59,8 @@ namespace DfsAdaptation
     {
         DFS_DATA_TYPE_UINT8C1 = 1,
         DFS_DATA_TYPE_UINT8C3 = 2,
+        DFS_DATA_TYPE_FLOAT32C1 = 3
     };
 
 }
-#endif /* __DFS_PARAMETER_H__ */
\ No newline at end of file
+#endif /* __DFS_PARAMETER_H__ */
index db167ff..bc66eec 100644 (file)
@@ -1,6 +1,6 @@
 Name:        dfs-adaptation
 Summary:     Adaptation of depth-from-stereo
-Version:     1.0.0
+Version:     1.0.1
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0