Hexagon Cell  v.1.1.1
HexagonCells::CMarker Class Reference

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...
 

Detailed Description

Marker class.

This class allows to visualize the hexagonical cells

Author
Sergey G. Kosov, serge.nosp@m.y.ko.nosp@m.sov@p.nosp@m.roje.nosp@m.ct-10.nosp@m..de

Definition at line 16 of file Marker.h.

Constructor & Destructor Documentation

HexagonCells::CMarker::CMarker ( void  )
inline

Definition at line 19 of file Marker.h.

HexagonCells::CMarker::~CMarker ( void  )
inline

Definition at line 20 of file Marker.h.

Member Function Documentation

void HexagonCells::CMarker::markGrid ( Mat &  img,
double  R,
CvScalar  color 
)

Draws the hexagonical grid on the image.

Parameters
[in,out]imgThe image
[in]RHexagon outer radius
[in]colorGrid 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.

Parameters
[in,out]imgThe 3-channel RGB color image
[in]RHexagon outer radius
[in]idxThe hexagon index
[in]colorCell color

Definition at line 39 of file Marker.cpp.


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