Create unwarped image with given mirror model. More...
#include <>>

Public Member Functions | |
| FilterUnwarp (MirrorModel *mm) | |
| Constructor. | |
| virtual void | apply () |
| Apply the filter. | |
Create unwarped image with given mirror model.
Definition at line 36 of file unwarp.h.
| firevision::FilterUnwarp::FilterUnwarp | ( | MirrorModel * | mm | ) |
| void firevision::FilterUnwarp::apply | ( | ) | [virtual] |
Apply the filter.
Apply the filter to the given source and destination buffers with given width and height and orientation (ori may be ignored for some filters).
Implements firevision::Filter.
Definition at line 52 of file unwarp.cpp.
References firevision::Filter::dst, firevision::Filter::dst_roi, firevision::ROI::height, firevision::ROI::image_height, firevision::ROI::image_width, firevision::ROI::line_step, firevision::ROI::pixel_step, firevision::Filter::src, firevision::Filter::src_roi, firevision::ROI::start, firevision::MirrorModel::unwarp2warp(), firevision::ROI::width, fawkes::point_t::x, and fawkes::point_t::y.
1.7.1