boost::gil::midpoint_ellipse_rasterizer::operator()
Calls the function 'obtain_trajectory' and then passes obtained trajectory points in the function 'draw_curve' for drawing the desired ellipse.
Synopsis
template<
typename View,
typename Pixel>
void
operator()(
View& view,
Pixel const& pixel) const;
Template Parameters
Name |
Description |
View |
‐ Type of input image view. |
Pixel |
‐ Type of pixel. Must be compatible to the pixel type of the image view |
Parameters
Name |
Description |
view |
‐ Gil view of image on which the elliptical curve is to be drawn. |
pixel |
‐ Pixel value for the elliptical curve to be drawn. |
Created with MrDocs