|
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...
|
|
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
-
| imagen | INPUT/OUTPUT IMAGE WHERE THE CERCLE WILL BE DRAWN |
[in] | width,height | IMAGE DIMENSIONS |
[in] | x0,y0 | LOCATION OF THE CERCLE CENTRE |
[in] | radius | RADIUS OF THE CERCLE |
[in] | red_arrow,green_arrow,blue_arrow | COLOR TO FILL THE CIRCLE |
- Author
- Carlos Falcon
The documentation for this class was generated from the following file: