36 #ifndef JSK_RECOGNITION_UTILS_SENSOR_MODEL_UTILS_H_ 37 #define JSK_RECOGNITION_UTILS_SENSOR_MODEL_UTILS_H_ 52 const Eigen::Vector3f& p)
62 std::vector<cv::Point>
cv::Point project3DPointToPixel(const image_geometry::PinholeCameraModel &model, const Eigen::Vector3f &p)
Project 3d point represented in Eigen::Vector3f to 2d point using model.
std::vector< Eigen::Vector3f, Eigen::aligned_allocator< Eigen::Vector3f > > Vertices
cv::Point2d project3dToPixel(const cv::Point3d &xyz) const
std::vector< cv::Point > project3DPointstoPixel(const image_geometry::PinholeCameraModel &model, const Vertices &vertices)
Project array of 3d point represented in Eigen::Vector3f to 2d point using model. ...