Hexagon Cell
v.1.1.1
|
Marker class. More...
#include <Marker.h>
Public Member Functions | |
CMarker (void) | |
~CMarker (void) | |
void | markGrid (Mat &img, double R, CvScalar color) |
Draws the hexagonical grid on the image. More... | |
void | markHexagon (Mat &img, double R, int idx, CvScalar color) |
Draws a single filled hexagon. More... | |
Marker class.
This class allows to visualize the hexagonical cells
void HexagonCells::CMarker::markGrid | ( | Mat & | img, |
double | R, | ||
CvScalar | color | ||
) |
Draws the hexagonical grid on the image.
[in,out] | img | The image |
[in] | R | Hexagon outer radius |
[in] | color | Grid color |
Definition at line 6 of file Marker.cpp.
void HexagonCells::CMarker::markHexagon | ( | Mat & | img, |
double | R, | ||
int | idx, | ||
CvScalar | color | ||
) |
Draws a single filled hexagon.
[in,out] | img | The 3-channel RGB color image |
[in] | R | Hexagon outer radius |
[in] | idx | The hexagon index |
[in] | color | Cell color |
Definition at line 39 of file Marker.cpp.