Searched refs:DepthItemSemantic (Results 1 – 2 of 2) sorted by relevance
29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enum39 DepthItemSemantic item_semantic = DepthItemSemantic::kDepth;106 DepthItemSemantic GetItemSemantic() const;
50 string ItemSemanticToString(DepthItemSemantic item_semantic) { in ItemSemanticToString()52 case DepthItemSemantic::kDepth: in ItemSemanticToString()54 case DepthItemSemantic::kSegmentation: in ItemSemanticToString()59 DepthItemSemantic StringToItemSemantic(const string& semantic_str) { in StringToItemSemantic()64 return DepthItemSemantic::kSegmentation; in StringToItemSemantic()67 return DepthItemSemantic::kDepth; in StringToItemSemantic()284 DepthItemSemantic DepthMap::GetItemSemantic() const { in GetItemSemantic()