2017-04-09 52 views

答えて

0

私は固有で最高の表現のような、Vector3dだと思う:

cv::Point3d p(1,2,3); 
Eigen::Vector3d point(p.x, p.y, p.z); 
関連する問題