MIRA
|
Rasterizes an 2D Rectangle scanline per scanline. More...
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
template<typename Visitor > | |
void | rasterRect (int xl, int yl, int xr, int yr, Visitor &&visitor) |
Rasterizes an Rectangle (2D only). More... | |
template<typename Visitor > | |
void | rasterRect (const Rect2i &rect, Visitor &&visitor) |
Rasters a rect (see description above), same as above, just additional interface. More... | |
Rasterizes an 2D Rectangle scanline per scanline.