Home
last modified time | relevance | path

Searched refs:pose (Results 1 – 25 of 77) sorted by relevance

1234

/external/dynamic_depth/internal/dynamic_depth/
Dpose.cc59 std::unique_ptr<Pose> pose(new Pose()); in FromData() local
61 pose->position_ = position; in FromData()
65 pose->orientation_ = NormalizeQuaternion(orientation); in FromData()
69 pose->timestamp_ = timestamp; in FromData()
72 return pose; in FromData()
83 std::unique_ptr<Pose> pose(new Pose()); in FromDeserializer() local
84 if (!pose->ParsePoseFields(*deserializer)) { in FromDeserializer()
87 return pose; in FromDeserializer()
Dplane.cc41 std::unique_ptr<Plane> Plane::FromData(std::unique_ptr<Pose> pose, in FromData() argument
45 if (pose == nullptr) { in FromData()
56 plane->pose_ = std::move(pose); in FromData()
141 std::unique_ptr<Pose> pose = in ParsePlaneFields() local
143 if (pose == nullptr) { in ParsePlaneFields()
166 pose_ = std::move(pose); in ParsePlaneFields()
Ddevice.cc58 auto pose = Pose::FromDeserializer(deserializer, DynamicDepthConst::Device()); in ParseFields() local
70 params->pose = std::move(pose); in ParseFields()
142 const Pose* Device::GetPose() const { return params_->pose.get(); } in GetPose()
217 if (params_->pose) { in Serialize()
221 if (!params_->pose->Serialize(pose_serializer.get())) { in Serialize()
271 if (params_->pose) { in GetNamespaces()
272 params_->pose->GetNamespaces(ns_name_href_map); in GetNamespaces()
Dcamera.cc64 std::unique_ptr<Pose> pose = in ParseFields() local
85 params->pose = std::move(pose); in ParseFields()
115 if (params_->pose) { in GetNamespaces()
116 params_->pose->GetNamespaces(ns_name_href_map); in GetNamespaces()
172 const Pose* Camera::GetPose() const { return params_->pose.get(); } in GetPose()
232 if (params_->pose != nullptr) { in Serialize()
235 if (!params_->pose->Serialize(pose_serializer.get())) { in Serialize()
/external/dynamic_depth/includes/dynamic_depth/
Ddevice.h37 std::unique_ptr<Pose> pose; member
46 pose(nullptr), in DeviceParams()
58 pose.get() == other.pose.get() &&
Dcamera.h34 std::unique_ptr<Pose> pose; member
44 pose(nullptr), in CameraParams()
56 pose.get() == other.pose.get() &&
Dplane.h40 static std::unique_ptr<Plane> FromData(std::unique_ptr<Pose> pose,
/external/lua/src/
Dlutf8lib.c126 lua_Integer pose = u_posrelat(luaL_optinteger(L, 3, posi), len); in codepoint() local
131 luaL_argcheck(L, pose <= (lua_Integer)len, 3, "out of bounds"); in codepoint()
132 if (posi > pose) return 0; /* empty interval; return no values */ in codepoint()
133 if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */ in codepoint()
135 n = (int)(pose - posi) + 1; /* upper bound for number of returns */ in codepoint()
138 se = s + pose; /* string end */ in codepoint()
Dlstrlib.c181 size_t pose = getendpos(L, 3, pi, l); in str_byte() local
183 if (posi > pose) return 0; /* empty interval; return no values */ in str_byte()
184 if (pose - posi >= (size_t)INT_MAX) /* arithmetic overflow? */ in str_byte()
186 n = (int)(pose - posi) + 1; in str_byte()
/external/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/
Doverview.md3 <img src="../images/pose.png" class="attempt-right" />
5 Pose estimation is the task of using an ML model to estimate the pose of a
26 If you want to try pose estimation on a web browser, check out the
36 elbow shows up in an image. It is important to be aware of the fact that pose
128 <img alt="Animation showing pose estimation" src="https://www.tensorflow.org/images/lite/models/pos…
134 pose positions in the same scale as the original image regardless of whether the
198 to learn more about pose estimation using TensorFlow Lite.
200 …[blog post](https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-tens…
201 to learn more about pose estimation using TensorFlow JS.
204 Also, check out these use cases of pose estimation.
/external/skqp/platform_tools/libraries/include/
Darcore_c_api.h1152 const ArPose *pose,
1248 void ArPose_destroy(ArPose *pose);
1256 const ArPose *pose,
1266 const ArPose *pose,
1811 ArPose *pose,
1903 const ArPose *pose,
1910 const ArPose *pose,
/external/skia/platform_tools/libraries/include/
Darcore_c_api.h1152 const ArPose *pose,
1248 void ArPose_destroy(ArPose *pose);
1256 const ArPose *pose,
1266 const ArPose *pose,
1811 ArPose *pose,
1903 const ArPose *pose,
1910 const ArPose *pose,
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-dynamic-static-initializers.rst9 This can pose problems in certain multithreaded contexts. For example,
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dhosted_models.md143 For more information about pose estimation, see
147 [pose estimation models](https://tfhub.dev/s?deployment-format=lite&module-type=image-pose-detectio…
/external/llvm-project/compiler-rt/lib/builtins/
Dfp_extend_impl.inc23 // are available on the target platform; this may pose a problem when trying
Dfp_trunc_impl.inc26 // are available on the target platform; this may pose a problem when trying
/external/compiler-rt/lib/builtins/
Dfp_extend_impl.inc24 // are available on the target platform; this may pose a problem when trying
Dfp_trunc_impl.inc27 // are available on the target platform; this may pose a problem when trying
/external/llvm/docs/
DLexicon.rst79 derived pointers pose an additional hazard that they may be invalidated at
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dnnapi.md159 * [PoseNet for pose estimation](https://github.com/tensorflow/tfjs-models/tree/master/posenet)
Dgpu.md335 * [PoseNet for pose estimation](https://github.com/tensorflow/tfjs-models/tree/master/posenet) [[…
/external/llvm-project/llvm/docs/
DLexicon.rst86 derived pointers pose an additional hazard that they may be invalidated at
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll.txt26 pose that this scenario happens :
/external/libjpeg-turbo/
DChangeLog.md295 this issue did not likely pose a security risk.
468 did not pose a security threat, but removing the warning made it easier to
575 pose a security threat, but removing the warnings makes it easier to detect
785 affected only 32-bit code and did not pose a security threat, but removing the
799 same structure, it was not known to pose a security threat, but removing the
887 32-bit code, and none of them was known to pose a security threat, but removing
1006 Clang undefined behavior sanitizers. None of these was known to pose a
/external/arm-trusted-firmware/docs/process/
Dcoding-style.rst43 missing extensions are rarely used, however, and should not pose a problem.

1234