Home
last modified time | relevance | path

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

123

/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/libxcam/xcore/
Dimage_projector.cpp289 SmartPtr<DevicePose> pose = *iter; in calc_camera_extrinsics() local
291 orientation.push_back (Vec4d (pose->orientation[0], in calc_camera_extrinsics()
292 pose->orientation[1], in calc_camera_extrinsics()
293 pose->orientation[2], in calc_camera_extrinsics()
294 pose->orientation[3])); in calc_camera_extrinsics()
296 orient_ts.push_back (pose->timestamp); in calc_camera_extrinsics()
298 translation.push_back (Vec3d (pose->translation[0], in calc_camera_extrinsics()
299 pose->translation[1], in calc_camera_extrinsics()
300 pose->translation[2])); in calc_camera_extrinsics()
/external/lua/src/
Dlutf8lib.c104 lua_Integer pose = u_posrelat(luaL_optinteger(L, 3, posi), len); in codepoint() local
108 luaL_argcheck(L, pose <= (lua_Integer)len, 3, "out of range"); in codepoint()
109 if (posi > pose) return 0; /* empty interval; return no values */ in codepoint()
110 if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */ in codepoint()
112 n = (int)(pose - posi) + 1; in codepoint()
115 se = s + pose; in codepoint()
Dlstrlib.c152 lua_Integer pose = posrelat(luaL_optinteger(L, 3, posi), l); in str_byte() local
155 if (pose > (lua_Integer)l) pose = l; in str_byte()
156 if (posi > pose) return 0; /* empty interval; return no values */ in str_byte()
157 if (pose - posi >= INT_MAX) /* arithmetic overflow? */ in str_byte()
159 n = (int)(pose - posi) + 1; in str_byte()
/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/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/
Doverview.md3 <img src="../images/pose.png" class="attempt-right" />
7 _PoseNet_ is a vision model that can be used to estimate the pose of a person in
111 <img alt="Animation showing pose estimation" src="https://www.tensorflow.org/images/models/pose_est…
117 pose positions in the same scale as the original image regardless of whether the
136 ## Read more about pose estimation
139 …<li><a href="https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-ten…
/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/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/libxcam/tests/
Dtest-video-stabilization.cpp41 static int read_device_pose (const char *file, DevicePoseList &pose, uint32_t pose_size);
/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/tensorflow/tensorflow/lite/g3doc/guide/
Dhosted_models.md121 For more information about pose estimation, see
124 The pose estimation model we currently host is
/external/u-boot/drivers/net/phy/
DKconfig172 network switch do not pose a problem as the switch configures its affected
/external/u-boot/board/cadence/xtfpga/
DREADME108 This can pose a problem if all the sources are compiled with -O0
/external/llvm/docs/
DLexicon.rst79 derived pointers pose an additional hazard that they may be invalidated at
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLexicon.rst86 derived pointers pose an additional hazard that they may be invalidated at
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md197 * [PoseNet for pose estimation](https://github.com/tensorflow/tfjs-models/tree/master/posenet) [[do…
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll.txt26 pose that this scenario happens :
/external/libxcam/
DChangeLog10 - orientation (gyro) data should be measured by quaternion as the pose
/external/libjpeg-turbo/
DChangeLog.md128 did not pose a security threat, but removing the warning made it easier to
235 pose a security threat, but removing the warnings makes it easier to detect
445 affected only 32-bit code and did not pose a security threat, but removing the
459 same structure, it was not known to pose a security threat, but removing the
547 32-bit code, and none of them was known to pose a security threat, but removing
666 Clang undefined behavior sanitizers. None of these was known to pose a

123