#include <RBridgeSpecialist.h>
Collaboration diagram for RBridgeSpecialist::SegmentInfo:

Public Member Functions | |
| SegmentInfo () | |
| Constructor.   | |
Public Attributes | |
| double | lmValidityYellow | 
| A vote for beacon with yellow.   | |
| double | lmValidityOrange | 
| A vote for beacon with orange.   | |
| Rectangle | rect | 
| The bounding box aligned to the horizon.   | |
| int | yellow | 
| Number of yellow pixels.   | |
| int | skyblue | 
| Number of skyblue pixels.   | |
| int | orange | 
| Number of orange pixels.   | |
| int | size | 
| The number of pixels.   | |
| colorClass | leftColor | 
| The left color of a bite-mark.   | |
| colorClass | rightColor | 
| The right color of a bite-mark.   | |
| list< LinePair > * | segment | 
| A pointer to the related region.   | |
Definition at line 51 of file RBridgeSpecialist.h.
      
  | 
  
| 
 Constructor. 
 Definition at line 13 of file RBridgeSpecialist.cpp.  | 
  
      
  | 
  
| 
 A vote for beacon with yellow. 
 Definition at line 56 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::createValidities(), RBridgeSpecialist::findBridgeMark(), and RBridgeSpecialist::getPosition().  | 
  
      
  | 
  
| 
 A vote for beacon with orange. 
 Definition at line 58 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::createValidities(), RBridgeSpecialist::findBridgeMark(), and RBridgeSpecialist::getPosition().  | 
  
      
  | 
  
| 
 The bounding box aligned to the horizon. 
 Definition at line 60 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::createBBox(), RBridgeSpecialist::findBridgeMark(), and RBridgeSpecialist::getPosition().  | 
  
      
  | 
  
| 
 Number of yellow pixels. 
 Definition at line 62 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::countColors(), and RBridgeSpecialist::createValidities().  | 
  
      
  | 
  
| 
 Number of skyblue pixels. 
 Definition at line 64 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::countColors(), and RBridgeSpecialist::createValidities().  | 
  
      
  | 
  
| 
 Number of orange pixels. 
 Definition at line 66 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::countColors(), and RBridgeSpecialist::createValidities().  | 
  
      
  | 
  
| 
 The number of pixels. 
 Definition at line 68 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::createBBox().  | 
  
      
  | 
  
| 
 The left color of a bite-mark. 
 Definition at line 70 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::getPosition().  | 
  
      
  | 
  
| 
 The right color of a bite-mark. 
 Definition at line 72 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::findBridgeMark(), and RBridgeSpecialist::getPosition().  | 
  
      
  | 
  
| 
 A pointer to the related region. 
 Definition at line 74 of file RBridgeSpecialist.h. Referenced by RBridgeSpecialist::createBBox().  | 
  
 
1.3.6