Holds every variable that regards the lights analysis. More...
#include <tlcstm.h>
Data Fields | |
TypeEnumDetectedColor | DetectedColor |
Wich color was detected. | |
TypePixelCounts | PixelCounts |
How many pixels were counted. | |
CvSeq * | pts |
Sequence of points used in the shape recognition. | |
CvSeq * | fillpts |
Sequence of points that are obtained from the fill. | |
CvSeq * | origpts |
CvSeq * | hull |
Sequence of points used in the convex hull. | |
int | HullArea |
Area of the convex hull. | |
float | OcupationPercent |
Ocupation of the convex hull vs the MAR. | |
TypeMARectangle | MARectangle |
MAR rectangle. | |
CvPoint | MassCenter |
Center of mass. | |
CvPoint | OrigMassCenter |
float | MassCenterFx |
Center of mass. | |
float | MassCenterFy |
Center of mass. | |
float | OrigMassCenterFx |
Center of mass. | |
float | OrigMassCenterFy |
Center of mass. | |
float | ObjectOrientation |
angle of the line that unites MAR center of mass and Convex hull center of mass. | |
TypeEnumDetectedSymbol | Dist_DetectedSymbol |
Symbol detection enum. | |
TypeTemplateMatch | GAU |
TypeTemplateMatch | YAL |
TypeTemplateMatch | YAR |
TypeTemplateMatch | RC |
TypeTemplateMatch | Dist_GAU |
TypeTemplateMatch | Dist_YAL |
TypeTemplateMatch | Dist_RC |
struct { | |
int maxHl | |
int minHl | |
int maxSl | |
int minSl | |
int maxVl | |
int minVl | |
} | red |
struct { | |
int maxHl | |
int minHl | |
int maxSl | |
int minSl | |
int maxVl | |
int minVl | |
} | green |
struct { | |
int maxHl | |
int minHl | |
int maxSl | |
int minSl | |
int maxVl | |
int minVl | |
} | yellow |
TYPE_LightsImg | imgs |
Holds every variable that regards the lights analysis.
Wich color was detected.
Symbol detection enum.
Referenced by LA_Init_All().
Referenced by LA_Init_All().
Referenced by LA_Init_All().
CvSeq* TYPE_LightsAnalysis::fillpts |
Sequence of points that are obtained from the fill.
Referenced by LA_Init_All().
struct { ... } TYPE_LightsAnalysis::green |
Referenced by LA_Init_All().
CvSeq* TYPE_LightsAnalysis::hull |
Sequence of points used in the convex hull.
Area of the convex hull.
Referenced by handler_sign_in_height_update(), handler_sign_size_update(), LA_Init_All(), and refresh_windows().
MAR rectangle.
CvPoint TYPE_LightsAnalysis::MassCenter |
Center of mass.
Center of mass.
Center of mass.
Referenced by LA_Init_All().
Referenced by LA_Init_All().
Referenced by LA_Init_All().
Referenced by LA_Init_All().
Referenced by LA_Init_All().
Referenced by LA_Init_All().
angle of the line that unites MAR center of mass and Convex hull center of mass.
Ocupation of the convex hull vs the MAR.
Center of mass.
Center of mass.
CvSeq* TYPE_LightsAnalysis::origpts |
How many pixels were counted.
CvSeq* TYPE_LightsAnalysis::pts |
Sequence of points used in the shape recognition.
Referenced by LA_Init_All().
struct { ... } TYPE_LightsAnalysis::red |
Referenced by LA_Init_All().
Referenced by LA_Init_All().
Referenced by LA_Init_All().
struct { ... } TYPE_LightsAnalysis::yellow |
Referenced by LA_Init_All().