Lens distortion correction division model 1p
 All Classes Files Functions Variables
ami::image_draw Class Reference

Public Member Functions

template<class T >
void draw_cercle (ami::image< T > &imagen, double x0, double y0, float radius, unsigned char red_arrow=255, unsigned char green_arrow=0, unsigned char blue_arrow=0)
 Function to draw a cercle in an unsigned char image channel. More...
 

Member Function Documentation

template<class T >
void ami::image_draw::draw_cercle ( ami::image< T > &  imagen,
double  x0,
double  y0,
float  radius,
unsigned char  red_arrow = 255,
unsigned char  green_arrow = 0,
unsigned char  blue_arrow = 0 
)

Function to draw a cercle in an unsigned char image channel.

Parameters
imagenINPUT/OUTPUT IMAGE WHERE THE CERCLE WILL BE DRAWN
[in]width,heightIMAGE DIMENSIONS
[in]x0,y0LOCATION OF THE CERCLE CENTRE
[in]radiusRADIUS OF THE CERCLE
[in]red_arrow,green_arrow,blue_arrowCOLOR TO FILL THE CIRCLE
Author
Carlos Falcon

The documentation for this class was generated from the following file: