vrcore  0.45
visuReal Messkern
 All Classes Files Functions Variables
mark_types.h
1 #ifndef VRCORE_IMAGE_ANALYSIS_TYPES
2 #define VRCORE_IMAGE_ANALYSIS_TYPES
3 
4 #include <bitset>
5 
11 typedef struct {
12  MarkOrientation orientation;
13  int minDetectionRadius, maxDetectionRadius;
14  int minResultRadius, maxResultRadius;
15  int subPixlerWinSize;
17 
23 typedef struct {
24  MarkDetectDesc detectDesc;
25  int roiSize, stepSize;
26  int roiXCenter, roiYCenter;
27  int leftSteps, rightSteps, upSteps, downSteps;
29 
30 #endif
Definition: mark_types.h:23
Parameter für die Erkennung der Visierbügelmarken.
Definition: mark_types.h:11