Go to the source code of this file.
|
| kjb |
| Classes and functions for dealing with trajectory files.
|
|
| kjb::pt |
|
|
Body_2d | kjb::pt::project_cstate (const Complete_state &cs, const Perspective_camera &cam, double height, double width, double girth) |
| Project a complete state into a body box. More...
|
|
Vector | kjb::pt::model_direction (const Complete_state &cs1, const Complete_state &cs2, const Perspective_camera &cam, double height, double width, double girth) |
| Compute the (2D) model direction for the body. More...
|
|
Bbox | kjb::pt::cylinder_bounding_box (const std::vector< Vector > &pts, const Vector &bot, const Vector &top) |
| Computes the cylinder of a bounding box given 2D points. More...
|
|