#include "JTime.h"#include "Bitmap.h"#include "Collections.h"#include "MathClasses.h"


Go to the source code of this file.
Namespaces | |
| namespace | cmlabs |
Classes | |
| class | cmlabs::ImageFeature |
| Base class for Image Features like Lines, Points, etc. More... | |
| class | cmlabs::ImagePointFeature |
| The Point type ImageFeature. More... | |
| class | cmlabs::ImageLineFeature |
| The Line type ImageFeature. More... | |
| class | cmlabs::ImagePolyLineFeature |
| The PolyLine type ImageFeature. More... | |
Defines | |
| #define | _IMAGEFEATURES_H_ |
| #define | FEATURE_POINT 1 |
| #define | FEATURE_LINE 2 |
| #define | FEATURE_POLYLINE 3 |
| #define _IMAGEFEATURES_H_ |
Definition at line 24 of file ImageFeatures.h.
| #define FEATURE_LINE 2 |
Definition at line 34 of file ImageFeatures.h.
| #define FEATURE_POINT 1 |
Definition at line 33 of file ImageFeatures.h.
| #define FEATURE_POLYLINE 3 |
Definition at line 35 of file ImageFeatures.h.
1.5.6