Home
last modified time | relevance | path

Searched defs:point3d (Results 1 – 5 of 5) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DShape.java21 private Point3d point3d; field in Shape
28 public void setPoint3d(Point3d point3d) { in setPoint3d()
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DModelRegistration.cpp21 void ModelRegistration::registerPoint(const cv::Point2f &point2d, const cv::Point3f &point3d) in registerPoint()
DPnPProblem.cpp164 cv::Point3f point3d = mesh->getVertex(i); in verify_points() local
175 cv::Point2f PnPProblem::backproject3DPoint(const cv::Point3f &point3d) in backproject3DPoint()
197 … PnPProblem::backproject2DPoint(const Mesh *mesh, const cv::Point2f &point2d, cv::Point3f &point3d) in backproject2DPoint()
DModel.cpp21 void Model::add_correspondence(const cv::Point2f &point2d, const cv::Point3f &point3d) in add_correspondence()
Dmain_registration.cpp204 Point3f point3d; in main() local