

Go to the source code of this file.
| Namespaces | |
| jsk_recognition_utils | |
| Functions | |
| std::vector< cv::Point > | jsk_recognition_utils::project3DPointstoPixel (const image_geometry::PinholeCameraModel &model, const Vertices &vertices) | 
| Project array of 3d point represented in Eigen::Vector3f to 2d point using model.  More... | |
| cv::Point | jsk_recognition_utils::project3DPointToPixel (const image_geometry::PinholeCameraModel &model, const Eigen::Vector3f &p) | 
| Project 3d point represented in Eigen::Vector3f to 2d point using model.  More... | |