Go to the source code of this file.
|
| unsigned int | ed::djb2 (const std::string &str) |
| |
| void | ed::renderMesh (const geo::DepthCamera &cam, const geo::Pose3D &pose, const geo::Mesh &mesh, const cv::Vec3b &color, SampleRenderResult &res, bool flatten=false) |
| | Render a mesh. More...
|
| |
| bool | ed::renderWorldModel (const ed::WorldModel &world_model, const enum ShowVolumes show_volumes, const geo::DepthCamera &cam, const geo::Pose3D &cam_pose_inv, cv::Mat &depth_image, cv::Mat &image, bool flatten=false) |
| | renderWorldModel renders a world model on a depth image and a colored (3D) image More...
|
| |