HomeSort by relevance Sort by last modified time
    Searched refs:DepthItemSemantic (Results 1 - 2 of 2) sorted by null

  /external/dynamic_depth/includes/dynamic_depth/
depth_map.h 29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 };
39 DepthItemSemantic item_semantic = DepthItemSemantic::kDepth;
106 DepthItemSemantic GetItemSemantic() const;
  /external/dynamic_depth/internal/dynamic_depth/
depth_map.cc 50 string ItemSemanticToString(DepthItemSemantic item_semantic) {
52 case DepthItemSemantic::kDepth:
54 case DepthItemSemantic::kSegmentation:
59 DepthItemSemantic StringToItemSemantic(const string& semantic_str) {
64 return DepthItemSemantic::kSegmentation;
67 return DepthItemSemantic::kDepth;
284 DepthItemSemantic DepthMap::GetItemSemantic() const {

Completed in 44 milliseconds