Hexagon Cell
v.1.1.1
Main Page
Related Pages
Namespaces
Classes
Marker.h
1
// Marker Class
2
// Written by Sergey Kosov in 2013 for Project X
3
#pragma once
4
5
#include "types.h"
6
7
namespace
HexagonCells
8
{
9
10
// ================================ Marker Class ================================
16
class
CMarker
17
{
18
public
:
19
DllExport
CMarker
(
void
) {}
20
DllExport
~CMarker
(
void
) {}
21
28
DllExport
void
markGrid
(Mat &img,
double
R, CvScalar color);
29
37
DllExport
void
markHexagon
(Mat &img,
double
R,
int
idx, CvScalar color);
38
};
39
}
HexagonCells
Definition:
Cell.cpp:5
HexagonCells::CMarker
Marker class.
Definition:
Marker.h:16
HexagonCells::CMarker::markGrid
void markGrid(Mat &img, double R, CvScalar color)
Draws the hexagonical grid on the image.
Definition:
Marker.cpp:6
HexagonCells::CMarker::CMarker
CMarker(void)
Definition:
Marker.h:19
HexagonCells::CMarker::~CMarker
~CMarker(void)
Definition:
Marker.h:20
HexagonCells::CMarker::markHexagon
void markHexagon(Mat &img, double R, int idx, CvScalar color)
Draws a single filled hexagon.
Definition:
Marker.cpp:39
hCell
Marker.h
Generated on Thu Dec 24 2015 21:59:49 for Hexagon Cell by
1.8.9.1