|
svo
Semi-Direct Visual Odometry
|
Some helper functions for the frame object. More...
Functions | |
| void | createImgPyramid (const cv::Mat &img_level_0, int n_levels, ImgPyr &pyr) |
| Creates an image pyramid of half-sampled images. | |
| bool | getSceneDepth (const Frame &frame, double &depth_mean, double &depth_min) |
| Get the average depth of the features in the image. | |
Some helper functions for the frame object.
| void svo::frame_utils::createImgPyramid | ( | const cv::Mat & | img_level_0, |
| int | n_levels, | ||
| ImgPyr & | pyr | ||
| ) |
Creates an image pyramid of half-sampled images.
| bool svo::frame_utils::getSceneDepth | ( | const Frame & | frame, |
| double & | depth_mean, | ||
| double & | depth_min | ||
| ) |
Get the average depth of the features in the image.
1.7.6.1