#include <BoxSpecialist.h>
Collaboration diagram for BoxSpecialist::SegmentInfo:
Public Member Functions | |
SegmentInfo () | |
Constructor. | |
Public Attributes | |
double | lmValidityYellow |
Vote for a landmark with yellow. | |
double | lmValiditySkyblue |
Vote for a landmark with blue. | |
double | goalValidity |
Vote for a goal. | |
Rectangle | rect |
Durrounding rectangle, aligned to horizon. | |
int | yellow |
Number of yellow pixels. | |
int | skyblue |
Number of skyblue pixels. | |
int | pink |
Number of pink pixels. | |
int | size |
Number of pixels. | |
colorClass | bottomColor |
Bottom color of a landmark. | |
colorClass | topColor |
Top color of a landmark. | |
list< LinePair > * | segment |
Pointer to the list of runs. |
Definition at line 47 of file BoxSpecialist.h.
|
Constructor.
Definition at line 12 of file BoxSpecialist.cpp. |
|
Vote for a landmark with yellow.
Definition at line 51 of file BoxSpecialist.h. Referenced by BoxSpecialist::createValidities(). |
|
Vote for a landmark with blue.
Definition at line 53 of file BoxSpecialist.h. Referenced by BoxSpecialist::createValidities(). |
|
Vote for a goal.
Definition at line 55 of file BoxSpecialist.h. Referenced by BoxSpecialist::fusionGoal(), and BoxSpecialist::searchGoal(). |
|
Durrounding rectangle, aligned to horizon.
Definition at line 57 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), BoxSpecialist::fitLandmark(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Number of yellow pixels.
Definition at line 59 of file BoxSpecialist.h. Referenced by BoxSpecialist::countColors(), BoxSpecialist::createValidities(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Number of skyblue pixels.
Definition at line 61 of file BoxSpecialist.h. Referenced by BoxSpecialist::countColors(), BoxSpecialist::createValidities(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Number of pink pixels.
Definition at line 63 of file BoxSpecialist.h. Referenced by BoxSpecialist::countColors(), BoxSpecialist::createValidities(), BoxSpecialist::fusionGoal(), BoxSpecialist::mergeBoxes(), BoxSpecialist::searchGoal(), and BoxSpecialist::searchLandmark(). |
|
Number of pixels.
Definition at line 65 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), and BoxSpecialist::mergeBoxes(). |
|
Bottom color of a landmark.
Definition at line 67 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(), and BoxSpecialist::fusionGoal(). |
|
Top color of a landmark.
Definition at line 69 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(). |
|
Pointer to the list of runs.
Definition at line 71 of file BoxSpecialist.h. Referenced by BoxSpecialist::createBBox(). |