list_points3d_in_ 24 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp list_points3d_in_.push_back(point3d); list_points3d_in_ 47 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp cv::Mat points3dmatrix = cv::Mat(list_points3d_in_); list_points3d_in_ 69 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp points3d_mat.copyTo(list_points3d_in_); list_points3d_in_ 23 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.h std::vector<cv::Point3f> get_points3d() const { return list_points3d_in_; } list_points3d_in_ 49 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.h std::vector<cv::Point3f> list_points3d_in_;