|
projection
|
#include <Omnidirectional.hpp>
Public Member Functions | |
| void | init (size_t width, const Model &model) |
Public Member Functions inherited from projection::omnicam::Projection | |
| void | init (size_t width, size_t height) |
| initialize the projection More... | |
| void | process (cv::Mat frame) |
| reproject an input image More... | |
| cv::Mat | getView () |
| the reprojected image More... | |
Additional Inherited Members | |
Protected Attributes inherited from projection::omnicam::Projection | |
| cv::Mat | mapx |
| cv::Mat | mapy |
| cv::Mat | view |
| cv::Size | size |
| void EquirectangularProjection::init | ( | size_t | width, |
| const Model & | model | ||
| ) |
1.8.6