|
Fawkes API
Fawkes Development Version
|
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.
| 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::start, fawkes::point_t::y, firevision::ROI::line_step, fawkes::point_t::x, firevision::ROI::pixel_step, firevision::ROI::image_width, firevision::ROI::image_height, firevision::ROI::height, firevision::ROI::width, firevision::MirrorModel::unwarp2warp(), firevision::Filter::src_roi, and firevision::Filter::src.